parent
e80f759d43
commit
27d91b389d
@ -1,9 +1,4 @@ |
||||
--- |
||||
- hosts: all |
||||
roles: |
||||
- hosts |
||||
- ssh-keyonly |
||||
|
||||
- hosts: sysd |
||||
roles: |
||||
- ntp |
||||
|
||||
@ -0,0 +1,5 @@ |
||||
--- |
||||
- name: Restart NTP |
||||
service: |
||||
name: "{{ ntp_service_name }}" |
||||
state: restarted |
||||
Loading…
Reference in new issue