Vagrant: all roles are disabled by default

This commit is contained in:
Jérémy Lecour 2016-10-17 09:33:45 +02:00 committed by Jérémy Lecour
parent 70c6769831
commit aa988a32bd

View file

@ -4,10 +4,19 @@
become: yes
roles:
#- { role: apt-upgrade, apt_upgrade_mode: safe }
#- apt-upgrade
#- munin
#- monit
#- redis
#- { role: rbenv, username: 'vagrant' }
#- apache
# - { role: apt-upgrade, apt_upgrade_mode: safe }
# - apt-upgrade
# - munin
# - monit
# - redis
# - { role: rbenv, username: 'vagrant' }
# - mysql
# - { role: mysql, mysql_custom_tmpdir: '/home/mysql-tmpdir' }
# - {
# role: "nginx",
# nginx_private_ipaddr_whitelist_present: ["192.168.0.2"],
# nginx_private_ipaddr_whitelist_absent: ["127.0.0.1"],
# nginx_private_htpasswd_present: ["qsdfqsdf:dsfgdfsdf"],
# nginx_private_htpasswd_absent: ["toto:dsfgdfsdf"]
# }
# - apache