No need for notifs backend to be on the vpn.
This commit is contained in:
parent
060f9f2eb9
commit
d6afd943b2
1 changed files with 4 additions and 2 deletions
|
@ -45,8 +45,10 @@
|
|||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
- include: "{{ tasks }}/sudo.yml"
|
||||
- include: "{{ tasks }}/openvpn_client.yml"
|
||||
when: env != "staging"
|
||||
# The proxies don't actually need to talk to these hosts so we won't bother
|
||||
# putting them on the vpn.
|
||||
#- include: "{{ tasks }}/openvpn_client.yml"
|
||||
# when: env != "staging"
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue