Add openvpn for non phx2 virthosts
This commit is contained in:
parent
560fd68cea
commit
ed6908d6ee
2 changed files with 9 additions and 0 deletions
7
inventory/host_vars/ibiblio04.fedoraproject.org
Normal file
7
inventory/host_vars/ibiblio04.fedoraproject.org
Normal 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
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue