Rename site.yml to web.yml

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-08-25 13:18:27 +03:00
parent 1e54507b05
commit b45479066b

17
web.yml Normal file
View File

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