Ultime modifiche.
This commit is contained in:
parent
6951028ae5
commit
73a828502c
12 changed files with 184 additions and 3 deletions
11
roles/sudoers/tasks/main.yml
Normal file
11
roles/sudoers/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# Impostiamo che i domain admins siano anche sudoers.
|
||||
|
||||
- name: Impostiamo domain admins come sudoers.
|
||||
ansible.builtin.template:
|
||||
src: 99-domain_admins
|
||||
dest: /etc/sudoers.d/99-domain_admins
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0440'
|
||||
validate: visudo -c -f %s
|
Loading…
Add table
Add a link
Reference in a new issue