refactor ingredients

This commit is contained in:
luz
2025-05-05 15:43:09 -05:00
parent 7a702be929
commit e5e5e993a6
25 changed files with 41 additions and 289 deletions

View File

@ -1,12 +1,3 @@
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
#
# What ? This kickstart ingredient sets security to low
rootpw --lock --iscrypted locked # The root account is locked by default. The root user will not be able to log in from the console
selinux --disabled # Make sure SELinux is disabled ; other option: --enforcing
firewall --disabled # Make sure the firewall is disabled
rootpw --lock --iscrypted locked # Lock the root account. Can still be undone by end-user during initial setup
selinux --disabled # Disable SELinux ; other option: --enable
firewall --disabled # Disable firewall