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

View File

@@ -23,3 +23,12 @@ ntp_servers:
ntp_restrict:
- '127.0.0.1'
- '::1'
sudoers_sudoers:
privileges:
- name: root
entry: 'ALL=(ALL:ALL) ALL'
- name: '%admin'
entry: 'ALL=(ALL) ALL'
- name: '%sudo'
entry: 'ALL=NOPASSWD:ALL'