From 5d5f999ecafb1af9a89b8bf92f171eef55987f7d Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 12 Dec 2023 16:54:04 +0000 Subject: [PATCH] Set selinux disabled in RL9 AIOs --- .../ci-aio/inventory/group_vars/controllers/selinux | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux diff --git a/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux b/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux new file mode 100644 index 000000000..97bfb5bb0 --- /dev/null +++ b/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux @@ -0,0 +1,4 @@ +--- +# Configure SELinux to be disabled in all cases. This is a short term fix, we +# want RL9 hosts to be be permissive but our host images need to be rebuilt. +selinux_state: "disabled"