diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index ae10744b..41a231b9 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,4 +11,4 @@ jobs: codespell: uses: "dev-sec/.github/.github/workflows/codespell.yml@main" with: - ignore_words_list: "chage" + ignore_words_list: "chage,BOOTUP" diff --git a/roles/os_hardening/templates/etc/sysconfig/rhel_sysconfig_init.j2 b/roles/os_hardening/templates/etc/sysconfig/rhel_sysconfig_init.j2 index 422babde..6f0c76ed 100644 --- a/roles/os_hardening/templates/etc/sysconfig/rhel_sysconfig_init.j2 +++ b/roles/os_hardening/templates/etc/sysconfig/rhel_sysconfig_init.j2 @@ -1,9 +1,9 @@ {{ ansible_managed | comment }} # Generated by Ansible role {{ ansible_role_name }} -# color => new RH6.0 bootup -# verbose => old-style bootup -# anything else => new style bootup without ANSI colors or positioning +# color => new RH6.0 boot-up +# verbose => old-style boot-up +# anything else => new style boot-up without ANSI colors or positioning BOOTUP=color # column to start "[ OK ]" label in RES_COL=60 diff --git a/roles/ssh_hardening/CHANGELOG.md b/roles/ssh_hardening/CHANGELOG.md index 6888ee1d..42059702 100644 --- a/roles/ssh_hardening/CHANGELOG.md +++ b/roles/ssh_hardening/CHANGELOG.md @@ -669,7 +669,7 @@ - Make MaxAuthTries configurable [\#31](https://github.com/dev-sec/ansible-ssh-hardening/pull/31) ([rndmh3ro](https://github.com/rndmh3ro)) - Change oneliner if-statements to be more readable [\#30](https://github.com/dev-sec/ansible-ssh-hardening/pull/30) ([rndmh3ro](https://github.com/rndmh3ro)) - Make ssh client password login configurable. [\#29](https://github.com/dev-sec/ansible-ssh-hardening/pull/29) ([ypid](https://github.com/ypid)) -- Fix join-filter, jinja-cases, intendation [\#27](https://github.com/dev-sec/ansible-ssh-hardening/pull/27) ([rndmh3ro](https://github.com/rndmh3ro)) +- Fix join-filter, jinja-cases, indentation [\#27](https://github.com/dev-sec/ansible-ssh-hardening/pull/27) ([rndmh3ro](https://github.com/rndmh3ro)) - Short role review. Fixed role when ssh_client_weak_kex == true. [\#26](https://github.com/dev-sec/ansible-ssh-hardening/pull/26) ([ypid](https://github.com/ypid)) - Make it configurable to only harden ssh client/server or both \(default\). [\#25](https://github.com/dev-sec/ansible-ssh-hardening/pull/25) ([ypid](https://github.com/ypid)) - Separate system-vars from editable vars [\#24](https://github.com/dev-sec/ansible-ssh-hardening/pull/24) ([rndmh3ro](https://github.com/rndmh3ro))