Add redirection_from test

pull/2/head
Emilien Mantel 2015-07-30 15:53:45 +02:00
parent 67d220e39f
commit eab6046422
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@
- lineinfile: >
dest=/etc/hosts
line="127.0.2.2 {% for name in nginx_vhosts|map(attribute='name') %}{{ name | join(' ') }} {% endfor %}"
- lineinfile: >
dest=/etc/hosts
line="127.0.3.3 {% for n in nginx_vhosts %}{% if n.redirect_from is defined %}{% for r in n.redirect_from %}{{ r }} {% endfor %}{% endif %}{% endfor %}"
vars:
nginx_php: true
nginx_php_sockets:
@ -20,6 +23,8 @@
template: '_base'
- name:
- 'test-php.local'
redirect_from:
- 'www.test-php.local'
template: '_php'
roles:
- ../../