We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5fd57 commit 892a83cCopy full SHA for 892a83c
Ansible/roles/marvin/tasks/main.yml
@@ -18,6 +18,10 @@
18
- name: Set hostname pt2
19
shell: "hostnamectl set-hostname {{ inventory_hostname }}"
20
21
+- name: Stop and disable firewalld on OL9
22
+ shell: systemctl stop firewalld && systemctl disable firewalld
23
+ ignore_errors: true
24
+
25
- name: Ensure selinux python3 bindings are installed
26
dnf: name=python3-libselinux state=present
27
0 commit comments