This commit is contained in:
Bart Sjerps
2026-06-23 13:48:34 +02:00
parent c8b2d67da3
commit 3cc5ff41e3
8 changed files with 128 additions and 2 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
---
- name: Sync Configuration Files
hosts: servers
hosts: rocky
become: yes
vars:
worker_limit: 1024 # Global variable used in the template
@@ -80,8 +80,14 @@
group: root
mode: '0755'
- name: Enable AutoFS
ansible.builtin.systemd:
name: autofs
state: started
handlers:
- name: Restart sssd
service:
name: sssd
state: restarted