web.yml: Clean up

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-08-25 13:19:14 +03:00
parent b45479066b
commit 160337bd4d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
# file: site.yml
# file: web.yml
- name: Configure mjanja.co.ke
- name: Configure web servers
hosts: web
sudo: yes
roles:
@ -11,7 +11,5 @@
- php5-fpm
# - wordpress
- munin
vars_files:
- "vars/{{ ansible_os_family }}.yml"
# vim: set sw=2 ts=2: