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

@ -15,8 +15,10 @@
tasks:
- include: tasks/packages.yml
- include: tasks/groups.yml
- include: tasks/users.yml
- include: tasks/cron.yml
- include: tasks/sudo.yml
- include: tasks/harden.yml
ignore_errors: yes