From 6e7e0c439d3635edaad0783c17b19407240ee5ad Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 28 Apr 2024 19:57:00 -0500 Subject: [PATCH] fuck it. firewalld disabled. --- linux/compliance.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/linux/compliance.yaml b/linux/compliance.yaml index de12cb8..f51d751 100644 --- a/linux/compliance.yaml +++ b/linux/compliance.yaml @@ -36,13 +36,13 @@ state: present validate: 'visudo -cf %s' - # Configure firewalld (if installed) to be disabled (especially if an internal server.) Firewall rules are managed by UniFi. - - name: Stop and disable firewalld. - service: - name: firewalld - state: stopped - enabled: false - when: "'firewalld' in services" + # # Configure firewalld (if installed) to be disabled (especially if an internal server.) Firewall rules are managed by UniFi. + # - name: Stop and disable firewalld. + # service: + # name: firewalld + # state: stopped + # enabled: false + # when: "'firewalld' in services" # User account (nhadmin) configuration, for sysadmin use - name: Create user nhadmin.