From 04c3fc41c50a96e0e7e40db40aea654c0c77db72 Mon Sep 17 00:00:00 2001 From: entlein <einentlein@gmail.com> Date: Wed, 29 Jun 2022 15:21:19 +0200 Subject: [PATCH] stragne python package mismatch now? --- roles/rke2/tasks/fix_selinux.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/roles/rke2/tasks/fix_selinux.yml b/roles/rke2/tasks/fix_selinux.yml index 39d489d..9f40fa2 100644 --- a/roles/rke2/tasks/fix_selinux.yml +++ b/roles/rke2/tasks/fix_selinux.yml @@ -6,13 +6,13 @@ #ausearch -c 'tail' --raw | audit2allow -M my-tail #semodule -i my-tail.pp -- name: install SELinux debug RHEL packages - dnf: - name: - - setroubleshoot - - python3-libselinux - - policycoreutils-python-utils - state: present +# - name: install SELinux debug RHEL packages +# dnf: +# name: +# - setroubleshoot +# - python3-libselinux +# - policycoreutils-python-utils +# state: present #Additional Information: #Source Context system_u:system_r:container_t:s0:c148,c270 @@ -46,13 +46,13 @@ ##============= container_t ============== #allow container_t cert_t:dir read; -- name: uninstall SELinux debug RHEL packages - dnf: - name: - - setroubleshoot - - python3-libselinux - - policycoreutils-python-utils - state: absent +# - name: uninstall SELinux debug RHEL packages +# dnf: +# name: +# - setroubleshoot +# - python3-libselinux +# - policycoreutils-python-utils +# state: absent #rancher 40814 0.1 0.3 751524 58892 ? Ssl 05:02 0:16 /bin/openstack-cloud-controller-manager --v=2 --cloud-config=/etc/config/cloud.conf --cluster-name=kubernetes --cloud-provider=openstack --use-service-account-credentials=true --controllers=cloud-node,cloud-node-lifecycle,route,service --bind-address=127.0.0.1 --cluster-name=rke2-cluster-beta #- name: wait for openstack-cloud-controller to have booted (very indirect and stupid method) -- GitLab