bastion: move ipa client after vpn
We need vpn to reach the ipa servers. Instead lets try and fix this by not specifying the group in nagios/client. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
43d3fbcdb8
commit
a9235bfd3d
2 changed files with 1 additions and 7 deletions
|
|
@ -75,12 +75,6 @@
|
|||
#notify:
|
||||
#- fix openvpn routing
|
||||
|
||||
- name: restart openvpn (RHEL6)
|
||||
when: ansible_distribution == "RedHat" and ansible_distribution_major_version|int == 6
|
||||
action: service name=openvpn state=restarted
|
||||
#notify:
|
||||
#- fix openvpn routing
|
||||
|
||||
- name: restart openvpn (RHEL7+)
|
||||
when: ansible_distribution == "RedHat" and ansible_distribution_major_version|int >= 7
|
||||
action: service name=openvpn-client@openvpn state=restarted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue