ansible-nginx/tests/includes/post_Debian.yml

12 lines
237 B
YAML

---
- name: APT | Install web apps
apt: pkg={{ item }} state=present install_recommends=no
with_items:
- backuppc
- nagios3
- owncloud
- name: SERVICE | Ensure backuppc is started
service: name=backuppc state=started