Ultime modifiche.

This commit is contained in:
Emiliano Vavassori 2025-07-13 22:48:41 +02:00
parent 6951028ae5
commit 73a828502c
12 changed files with 184 additions and 3 deletions

View 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