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