From fe44e0ff3406bc73be9bd96464385905974b792a Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sat, 28 Sep 2024 11:56:22 -0400 Subject: [PATCH] Just straight disabling SELinux because I don't know what policy to use at the moment --- playbooks/fedora_configure_node_for_k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/fedora_configure_node_for_k8s.yml b/playbooks/fedora_configure_node_for_k8s.yml index b9ec53c..9c6961e 100644 --- a/playbooks/fedora_configure_node_for_k8s.yml +++ b/playbooks/fedora_configure_node_for_k8s.yml @@ -18,7 +18,7 @@ - name: Set SELinux to Permissive ansible.posix.selinux: - state: permissive + state: disabled - name: Disable firewalld ansible.builtin.service: