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
|
||||
ansible.posix.selinux:
|
||||
state: permissive
|
||||
state: disabled
|
||||
|
||||
- name: Disable firewalld
|
||||
ansible.builtin.service:
|
||||
|
Loading…
Reference in New Issue
Block a user