port puppet user configs to ansible
Description
Activity

Former user May 19, 2020 at 10:51 AM
Dropping that as I've added missing infra members keys to the playbook we currently have

Former user May 7, 2020 at 2:43 PM
FYI here’s the current way we’re doing this:
We can just add our keys here for emergency login possibility while FreeIPA will provide a full solution.

Former user March 4, 2020 at 1:06 PM
We’re starting to deploy CentOS 8 system in PHX so it’s about time to port users to ansible and merge the relevant playbook ASAP. We should also figure out a way to regularly re-run the playbook to ensure new users are added to old systems and old users are removed. Can we just run ansible-pull from cron daily? Any other ideas to make it work?

Marc Dequènes (Duck) September 17, 2019 at 4:46 AM
To add sudo I would create a file into /etc/sudoers.d/ and two UNIX groups, one with password requested and tty and the other without (see noninterractive
suggestion above); the way to manage such file is template + validate option, there is no specific module.
authorized_keys is managed by lininfile, there is no specific module. I think you were wondering about it so wanted to reply. This is not a problem in practice though.

Former user November 2, 2018 at 4:14 PM
I'll create a draft and submit it for review. I'm quite OK with multiple SSH keys as we've had complaints due to this not being possible using the existing puppet module.
As I'll be out once you come back from your voyage we'll have to finalize it once I'm back.
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Priority
High
Details
Details
Assignee

Reporter

We already have several oVirt systems managed by Ansible instead of Puppet yet the authentication system is different. Opening this ticket to port individual users to Ansible playbooks so that everyone can keep logging into machines just as they did before.