Add openvpn for non phx2 virthosts

This commit is contained in:
Kevin Fenzi 2014-04-24 03:01:47 +00:00
parent 560fd68cea
commit ed6908d6ee
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
datacenter: ibiblio
nm: 255.255.255.128
gw: 152.19.134.129
dns: 152.2.21.1

View file

@ -28,6 +28,8 @@
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/sudo.yml"
- include: "{{ tasks }}/openvpn_client.yml"
when: datacenter != 'phx2'
- include: "{{ tasks }}/virthost.yml"
handlers: