Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/inventory/group_vars/cis-hardening/cis
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ rhel10cis_selinux_disable: true
# Disable setting of bootloader password
rhel10cis_set_boot_pass: false

# Allow specific users to log in via SSH
rhel10cis_sshd_allowusers: "{{ bootstrap_user }} kolla stack"

##############################################################################
# Ubuntu Noble CIS Hardening Configuration

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Configures Rocky Linux 10 CIS benchmark hardening to allow SSH for users
``{{ bootstrap_user }}``, ``kolla`` and ``stack``. This resolves issues
with running the ``growroot.yml`` playbook after applying hardening
configuration.