weareinteractive / ansible-sudo

Ansible role which installs and configures sudo
MIT License
42 stars 45 forks source link

ability to write multiple sudoers files #10

Closed jonhatalla closed 7 years ago

jonhatalla commented 7 years ago

Use case: We deploy application specific users and system users in a separate task, and they overwrite the same /etc/sudoers.d/ansible file

this allows us to have a specific file for apps and one for system users

franklinkim commented 7 years ago

thx