Added sudoers config

This commit is contained in:
2026-04-03 10:50:31 -04:00
parent 0e6692143e
commit 2eb66b07be
4 changed files with 20 additions and 0 deletions

8
playbooks/auth.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Configure sudoers
hosts: all
become: True
roles:
- arillso.sudoers

View File

@@ -1,6 +1,7 @@
---
- import_playbook: ntp.yml
- import_playbook: auth.yml
- import_playbook: packages.yml
- import_playbook: gitea.yml
- import_playbook: dev.yml