[Add] Initial commit
This commit is contained in:
commit
40a65269e1
6 changed files with 125 additions and 0 deletions
10
tasks/main.yml
Normal file
10
tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: install ntp
|
||||
apt: pkg={{ item }} state=latest
|
||||
with_items:
|
||||
- ntp
|
||||
notify: restart ntp
|
||||
|
||||
- name: copy ntp default conf
|
||||
template: src=ntp.conf.j2 dest=/etc/ntp.conf
|
||||
notify: restart ntp
|
Loading…
Add table
Add a link
Reference in a new issue