From a50a9ba545431d51a0ef08cb772526cf20c8bc76 Mon Sep 17 00:00:00 2001 From: Nikolay Ryagin Date: Thu, 13 Mar 2025 23:36:33 +0300 Subject: [PATCH] Disabled SELinux Checks --- installer/install/tpot.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index e4de97a4..e243b2cf 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -545,24 +545,24 @@ - "Fedora" - "Rocky" - - name: Set SELinux config to permissive (AlmaLinux, Fedora, Rocky) - lineinfile: - path: /etc/selinux/config - regexp: '^SELINUX=' - line: 'SELINUX=permissive' - when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"] - tags: - - "AlmaLinux" - - "Fedora" - - "Rocky" + #- name: Set SELinux config to permissive (AlmaLinux, Fedora, Rocky) + # lineinfile: + # path: /etc/selinux/config + # regexp: '^SELINUX=' + # line: 'SELINUX=permissive' + # when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"] + # tags: + # - "AlmaLinux" + # - "Fedora" + # - "Rocky" - - name: Set SELinux to permissive (AlmaLinux, Fedora, Rocky) - command: "setenforce Permissive" - when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"] - tags: - - "AlmaLinux" - - "Fedora" - - "Rocky" + #- name: Set SELinux to permissive (AlmaLinux, Fedora, Rocky) + # command: "setenforce Permissive" + # when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"] + # tags: + # - "AlmaLinux" + # - "Fedora" + # - "Rocky" - name: Stop Resolved (Fedora, Ubuntu) service: