db01 also needs vpn for reviewboard on hosted03

This commit is contained in:
Patrick Uiterwijk 2014-12-19 13:45:18 +00:00
parent 1743aa23c2
commit e3a6a3d612

View file

@ -41,7 +41,7 @@
- collectd/base - collectd/base
- collectd/postgres # This requires a 'databases' var to be set in host_vars - collectd/postgres # This requires a 'databases' var to be set in host_vars
- sudo - sudo
- { role: openvpn/client, when: inventory_hostname == "db-fas01.phx2.fedoraproject.org" } - { role: openvpn/client, when: inventory_hostname == "db-fas01.phx2.fedoraproject.org" or inventory_hostname == "db01.phx2.fedoraproject.org" }
tasks: tasks:
- include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/yumrepos.yml"