From 4a1af1776cee1706cee95f1336f1a147887b2c32 Mon Sep 17 00:00:00 2001 From: Alexandre Rousseau Date: Wed, 20 Dec 2023 14:47:11 -0500 Subject: [PATCH] added default value for ubtu20cis_uses_root --- defaults/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 94112ddb..7e3c3780 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -73,6 +73,12 @@ ubtu20cis_system_is_container: false # skip events for ec2 instance testing pipeline system_is_ec2: false +## Root user used +# Root by default is not used unless setup by user +# The role will only run certain commands if set to true +# This allows the ability to skip tasks that may cause an issue +ubtu20cis_uses_root: false + # Section 1 Fixes # Section 1 is Initial setup (FileSystem Configuration, Configure Software Updates, Filesystem Integrity Checking, Secure Boot Settings, # Additional Process Hardening, Mandatory Access Control, Command Line Warning Banners, and GNOME Display Manager)