File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
ci-aio/inventory/group_vars/cis-hardening
ci-multinode/inventory/group_vars/cis-hardening Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ##############################################################################
3+ # Rocky 9 CIS Hardening Configuration
4+
5+ # Disable shell timeout for inactivity which can be disruptive to
6+ # development work.
7+ rhel9cis_rule_5_4_3_2: false
8+
9+ ##############################################################################
10+ # Ubuntu Jammy CIS Hardening Configuration
11+
12+ # Disable shell timeout for inactivity which can be disruptive to
13+ # development work.
14+ ubtu22cis_rule_5_4_3_2: false
15+
16+ ##############################################################################
Original file line number Diff line number Diff line change 1+ ---
2+ ##############################################################################
3+ # Rocky 9 CIS Hardening Configuration
4+
5+ # Disable shell timeout for inactivity which can be disruptive to
6+ # development work.
7+ rhel9cis_rule_5_4_3_2: false
8+
9+ ##############################################################################
10+ # Ubuntu Jammy CIS Hardening Configuration
11+
12+ # Disable shell timeout for inactivity which can be disruptive to
13+ # development work.
14+ ubtu22cis_rule_5_4_3_2: false
15+
16+ ##############################################################################
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Disable the CIS hardening rule ``*_rule_5_4_3_2`` to prevent ``TMOUT``
5+ from being applied which can disrupt a development environment as it
6+ closes ``TMUX`` panes and servers and may close active ssh session.
You can’t perform that action at this time.
0 commit comments