Add ntp.
This commit is contained in:
parent
e6e1e06ba1
commit
44d3c8d07a
1 changed files with 11 additions and 0 deletions
|
@ -4,5 +4,16 @@
|
||||||
action: yum state=installed name=$item
|
action: yum state=installed name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- sigul
|
- sigul
|
||||||
|
- ntp
|
||||||
|
- ntpdate
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: ntp steptickers
|
||||||
|
action: copy src=$files/common/step-tickers dest=/etc/ntp/step-tickers
|
||||||
|
|
||||||
|
- name: ntp.conf
|
||||||
|
action: copy src=$files/common/ntp.conf dest=/etc/ntp.conf
|
||||||
|
|
||||||
|
- name: enable ntpd
|
||||||
|
action: service name=ntpd enabled=true state=started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue