Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.78 KB

File metadata and controls

52 lines (37 loc) · 1.78 KB

Ubuntu22CIS

V1.0 based on v1.0.0

Issues:

PRs incorporated

v0.9 based on v1.0.0

April 2023 Updates

  • Yamllint Check
  • Ansible-lint Check
  • Fqcn[canonical] module name
  • PR's Addressed
    • #21 - #Thanks @IdrisDose
  • Bugs Fixed
    • #13 - Thanks @vdmkenny
    • #14 - Thanks @bgro
    • #15 - Thanks @bgro
    • #16 - Thanks @bgro
    • #17 - Thanks @bgro
    • #18 - Thanks @bgro
    • #19 - Thanks @bgro
    • #20 - Thanks @bgro

Initial ubuntu22cis release

  • Ansible 2.10.1 minimum
  • fqcns added
  • audit alignment to use corresponding benchamrk version
  • many lint improvements
  • All required changes for CIS 1.0.0 (very different from original base of ubuntu2004)

New options

  • default firewall now ufw

  • If firewall = UFW to use system sysctl settings: default

    • ubtu22cis_ufw_use_sysctl: true
  • Abilty to set alternate sysctl file for network settings: default

    • ubtu22cis_sysctl_network_conf: /etc/sysctl.conf
  • Abilty to set syslog service: choose between rsyslog or journald: default

    • ubtu22cis_syslog_service: rsyslog