iad2: for now we are going to use just proxy01/10.iad to talk to mbs and pdc, so no need for vpn yet

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-30 10:34:39 -07:00
parent 38145865e6
commit efd29c0c07
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
roles:
- openvpn/client
- role: { openvpn/client, when: datacenter == 'phx2' }
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"

View file

@ -42,7 +42,7 @@
roles:
- role: openvpn/client
when: env != "staging"
when: env != "staging" and datacenter == 'phx2'
- mod_wsgi
- { role: fedmsg/base,
when: deployment_type == "prod" }