ntpd: Initial version of role
This commit is contained in:
parent
e1edd338aa
commit
554e3f9701
4 changed files with 35 additions and 0 deletions
5
roles/ntpd/handlers/main.yml
Normal file
5
roles/ntpd/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart ntpd
|
||||
ansible.builtin.service:
|
||||
name: ntpd
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue