Just straight disabling SELinux because I don't know what policy to use at the moment
This commit is contained in:
parent
1d5567fc09
commit
fe44e0ff34
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
- name: Set SELinux to Permissive
|
- name: Set SELinux to Permissive
|
||||||
ansible.posix.selinux:
|
ansible.posix.selinux:
|
||||||
state: permissive
|
state: disabled
|
||||||
|
|
||||||
- name: Disable firewalld
|
- name: Disable firewalld
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
Loading…
Reference in New Issue
Block a user