]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
testnode: Disable firewalld and iptables regardless of OS version 271/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 26 Jul 2016 15:08:57 +0000 (11:08 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 26 Jul 2016 15:31:42 +0000 (11:31 -0400)
commitc47bb55b5a0d34e6a8fdd77ac209bbac60cb0884
tree4dd20477b2fe014bc167fce352fdf5a3a265b02a
parent55d21131ffc8b45fd00ae66d74416e76bcee36a2
testnode: Disable firewalld and iptables regardless of OS version

iptables was recently found installed and running on a RHEL7 system.
Previous testnode playbook runs wouldn't catch this since it shouldn't
be installed in the first place.  This change ensures firewalld and
iptables are stopped on all RPM-based distros.

Fixes: http://tracker.ceph.com/issues/16809
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/tasks/redhat/rhel_6.yml
roles/testnode/tasks/redhat/rhel_7.yml
roles/testnode/tasks/setup-centos.yml
roles/testnode/tasks/setup-fedora.yml
roles/testnode/tasks/yum/firewall.yml [new file with mode: 0644]
roles/testnode/tasks/yum_systems.yml