Files
group_vars
host_vars
roles
common
mariadb
munin
nginx
defaults
files
handlers
tasks
main.yml
tls_vhosts.yml
vhosts.yml
templates
php5-fpm
vars
.gitignore
LICENSE
README.md
site.yml
web.yml
ansible-personal/roles/nginx/tasks
Alan Orth 3746e798b6 roles/nginx: Use template for nginx repo
A template is better than ansible's `apt_repository` module because
we can idempotently control the contents of the file based on vari-
ables.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-05-25 00:15:49 +03:00
..