2016-03-05 21:46:54 +07:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: APT | Install web apps
|
2016-08-11 02:29:03 +07:00
|
|
|
apt: pkg={{ item }} state=present install_recommends=no
|
2016-03-05 21:46:54 +07:00
|
|
|
with_items:
|
|
|
|
- backuppc
|
2016-08-11 02:29:03 +07:00
|
|
|
- nagios3
|
2016-08-25 23:17:32 +07:00
|
|
|
# - owncloud
|
2016-03-05 21:46:54 +07:00
|
|
|
|
|
|
|
- name: SERVICE | Ensure backuppc is started
|
|
|
|
service: name=backuppc state=started
|