Just straight disabling SELinux because I don't know what policy to use at the moment

This commit is contained in:
Bradley Bickford 2024-09-28 11:56:22 -04:00
parent 1d5567fc09
commit fe44e0ff34

View File

@ -18,7 +18,7 @@
- name: Set SELinux to Permissive
ansible.posix.selinux:
state: permissive
state: disabled
- name: Disable firewalld
ansible.builtin.service: