dch-vpn: Avoid configuring firewalld

FirewallD cannot be configured to allow traffic to be routed through the
system without NAT. This makes it unsuitable for running on a VPN
concentrator. Thus, any role that would configure FirewallD needs to be
informed that this machine does not use it.
jenkins-master
Dustin 2018-10-13 12:18:02 -05:00
parent bd7e9c88bf
commit 6d467c7b7d
1 changed files with 1 additions and 0 deletions

1
group_vars/dch-vpn.yml Normal file
View File

@ -0,0 +1 @@
host_uses_firewalld: false