File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
etc/kayobe/inventory/group_vars/overcloud Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -133,4 +133,10 @@ ubtu22cis_max_log_file_size: 1024
133
133
# ubtu22cis_bootloader_password_hash
134
134
ubtu22cis_rule_1_4_1: false
135
135
ubtu22cis_rule_1_4_3: false
136
+
137
+ # The way this is disabled currently breaks kolla's IPV6 check, see:
138
+ # https://bugs.launchpad.net/kolla-ansible/+bug/2071443
139
+ # Also matches RHEL hardening behavior.
140
+ ubtu22cis_ipv6_required: true
141
+
136
142
##############################################################################
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ IPV6 is no longer disabled by default in the Ubuntu CIS hardening. If
5
+ using the old behaviour you may hit `2071443
6
+ <https://bugs.launchpad.net/kolla-ansible/+bug/2071443>`.
7
+ upgrade :
8
+ - |
9
+ To match the new CIS benchmark defaults on Ubuntu, you should remove
10
+ the ``ipv6.disable=1`` kernel command line option. If you wish to carry
11
+ on with the current settings, change ``ubtu22cis_ipv6_required`` to
12
+ ``false``.
You can’t perform that action at this time.
0 commit comments