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:
parent
38145865e6
commit
efd29c0c07
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
|
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- openvpn/client
|
- role: { openvpn/client, when: datacenter == 'phx2' }
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openvpn/client
|
- role: openvpn/client
|
||||||
when: env != "staging"
|
when: env != "staging" and datacenter == 'phx2'
|
||||||
- mod_wsgi
|
- mod_wsgi
|
||||||
- { role: fedmsg/base,
|
- { role: fedmsg/base,
|
||||||
when: deployment_type == "prod" }
|
when: deployment_type == "prod" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue