ansible-personal/web.yml
Alan Orth 160337bd4d
web.yml: Clean up
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-25 13:19:14 +03:00

16 lines
192 B
YAML

---
# file: web.yml
- name: Configure web servers
hosts: web
sudo: yes
roles:
- common
- mariadb
- nginx
- php5-fpm
# - wordpress
- munin
# vim: set sw=2 ts=2: