mirror of https://github.com/ceph/ceph-ansible.git
ceph-infra: Apply firewall rules with container
We don't have a reason to not apply firewall rules on the host when using a containerized deployment. The TripleO environments already manage the ceph firewall rules outside ceph-ansible and set the configure_firewall variable to false. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1733251 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/4276/head
parent
34036c667c
commit
771f25b1f8
|
@ -8,7 +8,6 @@
|
||||||
check_mode: no
|
check_mode: no
|
||||||
changed_when: false
|
changed_when: false
|
||||||
tags: firewall
|
tags: firewall
|
||||||
when: not containerized_deployment | bool
|
|
||||||
|
|
||||||
- when: (firewalld_pkg_query.get('rc', 1) == 0
|
- when: (firewalld_pkg_query.get('rc', 1) == 0
|
||||||
or is_atomic | bool)
|
or is_atomic | bool)
|
||||||
|
|
Loading…
Reference in New Issue