Add superuser, sudo group, and sudo group sudoers file.

This commit is contained in:
2021-01-31 17:46:59 -06:00
parent 235d8c304d
commit 47be3301e1
6 changed files with 45 additions and 9 deletions

View File

@ -1 +1 @@
ansible ALL=(ALL) NOPASSWD: ALL
ansible ALL=(ALL) NOPASSWD: ALL

1
files/sudoers_sudo Normal file
View File

@ -0,0 +1 @@
%sudo ALL=(ALL) ALL