Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Ansible/roles/marvin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
- name: Set hostname pt2
shell: "hostnamectl set-hostname {{ inventory_hostname }}"

- name: Stop and disable firewalld on OL9
shell: systemctl stop firewalld && systemctl disable firewalld
ignore_errors: true

- name: Ensure selinux python3 bindings are installed
dnf: name=python3-libselinux state=present

Expand Down