Add ntp to common package list.
This commit is contained in:
parent
ef7a2f6197
commit
541e795768
4
debian/roles/common/tasks/main.yml
vendored
4
debian/roles/common/tasks/main.yml
vendored
@ -42,16 +42,18 @@
|
|||||||
- build-essential
|
- build-essential
|
||||||
- vnstat
|
- vnstat
|
||||||
- python-dev
|
- python-dev
|
||||||
|
- ntp
|
||||||
- name: Remove exim4 and consolekit
|
- name: Remove exim4 and consolekit
|
||||||
apt: pkg={{ item }} state=absent
|
apt: pkg={{ item }} state=absent
|
||||||
with_items:
|
with_items:
|
||||||
- exim4-daemon-light
|
- exim4-daemon-light
|
||||||
- consolekit
|
- consolekit
|
||||||
- name: Ensure haveged, unbound, and vnstat are started on boot
|
- name: Ensure haveged, unbound, ntp, and vnstat are started on boot
|
||||||
service: name={{ item }} enabled=yes
|
service: name={{ item }} enabled=yes
|
||||||
with_items:
|
with_items:
|
||||||
- haveged
|
- haveged
|
||||||
- unbound
|
- unbound
|
||||||
- vnstat
|
- vnstat
|
||||||
|
- ntp
|
||||||
- name: use local unbound instance for DNS and Google Public DNS as backup
|
- name: use local unbound instance for DNS and Google Public DNS as backup
|
||||||
copy: src=resolv.conf dest=/etc/resolv.conf
|
copy: src=resolv.conf dest=/etc/resolv.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user