update
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user