From 507a69ed1d1bb3f19ed49d21685840fbd95d1465 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Mon, 2 May 2016 14:20:36 -0400 Subject: Default os_firewall_use_firewalld to false in os_firewall and remove overrides. --- roles/openshift_common/vars/main.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 roles/openshift_common/vars/main.yml (limited to 'roles/openshift_common') diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml deleted file mode 100644 index 50816d319..000000000 --- a/roles/openshift_common/vars/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -# TODO: Upstream kubernetes only supports iptables currently, if this changes, -# then these variable should be moved to defaults -# TODO: it might be possible to still use firewalld if we wire up the created -# chains with the public zone (or the zone associated with the correct -# interfaces) -os_firewall_use_firewalld: False -- cgit v1.2.1