diff --git a/etc/kayobe/environments/ci-aio/inventory/group_vars/cis-hardening/cis b/etc/kayobe/environments/ci-aio/inventory/group_vars/cis-hardening/cis new file mode 100644 index 000000000..50084c72f --- /dev/null +++ b/etc/kayobe/environments/ci-aio/inventory/group_vars/cis-hardening/cis @@ -0,0 +1,16 @@ +--- +############################################################################## +# Rocky 9 CIS Hardening Configuration + +# Disable shell timeout for inactivity which can be disruptive to +# development work. +rhel9cis_rule_5_4_3_2: false + +############################################################################## +# Ubuntu Jammy CIS Hardening Configuration + +# Disable shell timeout for inactivity which can be disruptive to +# development work. +ubtu22cis_rule_5_4_3_2: false + +############################################################################## diff --git a/etc/kayobe/environments/ci-multinode/inventory/group_vars/cis-hardening/cis b/etc/kayobe/environments/ci-multinode/inventory/group_vars/cis-hardening/cis new file mode 100644 index 000000000..50084c72f --- /dev/null +++ b/etc/kayobe/environments/ci-multinode/inventory/group_vars/cis-hardening/cis @@ -0,0 +1,16 @@ +--- +############################################################################## +# Rocky 9 CIS Hardening Configuration + +# Disable shell timeout for inactivity which can be disruptive to +# development work. +rhel9cis_rule_5_4_3_2: false + +############################################################################## +# Ubuntu Jammy CIS Hardening Configuration + +# Disable shell timeout for inactivity which can be disruptive to +# development work. +ubtu22cis_rule_5_4_3_2: false + +############################################################################## diff --git a/releasenotes/notes/remove-tmout-for-dev-env-0778550b353dce03.yaml b/releasenotes/notes/remove-tmout-for-dev-env-0778550b353dce03.yaml new file mode 100644 index 000000000..59e8d472c --- /dev/null +++ b/releasenotes/notes/remove-tmout-for-dev-env-0778550b353dce03.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Disable the CIS hardening rule ``*_rule_5_4_3_2`` to prevent ``TMOUT`` + from being applied which can disrupt a development environment as it + closes ``TMUX`` panes and servers and may close active ssh session.