Skip to content

Commit 892a83c

Browse files
marvin: Stop and disable firewalld on OL9 (#205)
1 parent ea5fd57 commit 892a83c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ansible/roles/marvin/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- name: Set hostname pt2
1919
shell: "hostnamectl set-hostname {{ inventory_hostname }}"
2020

21+
- name: Stop and disable firewalld on OL9
22+
shell: systemctl stop firewalld && systemctl disable firewalld
23+
ignore_errors: true
24+
2125
- name: Ensure selinux python3 bindings are installed
2226
dnf: name=python3-libselinux state=present
2327

0 commit comments

Comments
 (0)