Skip to content

adding an option to specify a nopasswd user to the role because we cannot just...

Andreas Hamacher requested to merge nopasswd_ec2-user-sudo into master

adding an option to specify a nopasswd user to the role because we cannot just rely on the OS-image having that

an example playbook line would look like: - { role: enable_sudo_group, nopasswd_user: "ec2-user", tags: [ sudo, authentication ] }

Merge request reports