Skip to content

Releases: alivx/CIS-Ubuntu-20.04-Ansible

CIS benchmark version 1.1.0

25 Nov 12:39
d537155
Compare
Choose a tag to compare

What's Changed

  • (chore) [COTEF1901-104] Fixed small naming mistake in test 5.1.9 by @jvleminc in #17
  • (chore+feature) Reorganized variables per chapter & implemented tasks 1.5.1 and 1.5.3 by @jvleminc in #18
  • (feature) Implement task 6.2.7 (change file permissions) by @jvleminc in #19
  • General improvement by @alivx in #21
  • Update Travs CI build by @estenrye in #26
  • 📝 add-code-of-conduct-1 by @alivx in #27
  • (feature) Improve motd message by allowing the use of an external template by @jvleminc in #29
  • Fix point 5.6, ref discussions/14 🔨 by @alivx in #28
  • (bugfix) [3.5.1.7] 'enable_firewall' flag applied to all 'ufw' tasks by @jvleminc in #31
  • (bugfix) [3.3.9] Only execute ipv6 commands when 'IPv6_is_enabled' is set by @jvleminc in #33
  • (bugfix) [3.3.1] Only execute ipv6 commands when 'IPv6_is_enabled' is set by @jvleminc in #32
  • (bugfix) [5.4.1.4] Task shouldn't fail if user in list doesn't exist by @jvleminc in #35
  • (bugfix) [5.4.1.1] Task shouldn't fail if user in list doesn't exist by @jvleminc in #34
  • (bugfix) [5.5.4] Remove readonly flags, throwing errors in shell, on TMOUT variable by @jvleminc in #36
  • Feature/improve 3.5.1.7 by @jvleminc in #41
  • (feature) Add exclude paths to AIDE (task 1.4.2) by @jvleminc in #43
  • (feature) Avoids AIDE installation waiting eternally for input by @jvleminc in #44
  • (feature) Allows for simplifying AIDE checksums by @jvleminc in #45
  • (feature) Adds optional keep_alived firewall rules to task 3.5.1.6 by @jvleminc in #46
  • fix-typos by @sjm42 in #47
  • Rename diy tag to manual by @bvdbasch in #52
  • Refactor script filenames for consistency by @gnought in #56
  • (bugfix) [1.1.1.7] Task shouldn't fail if module vfat is builtin. by @robinlennox in #58
  • (bugfix) [1.1.1.22] Task shouldn't fail if unable to access gvfs by @robinlennox in #60
  • (bugfix) Force the change of the example passwords used in the main.yml by @robinlennox in #59
  • Fixed multiline task name by @gnought in #57
  • Fix tag on item 3.2.2 by @daveshepherd in #61
  • Update v1.1.0 by @alivx in #64

New Contributors

Full Changelog: 1.0.0...CIS_v1.1.0

cis benchmark version 1.0.0

25 Nov 12:38
2dd1ea2
Compare
Choose a tag to compare

What's Changed

  • (chore) [COTEF1901-104] Fixed small naming mistake in test 5.1.9 by @jvleminc in #17
  • (chore+feature) Reorganized variables per chapter & implemented tasks 1.5.1 and 1.5.3 by @jvleminc in #18
  • (feature) Implement task 6.2.7 (change file permissions) by @jvleminc in #19
  • General improvement by @alivx in #21
  • Update Travs CI build by @estenrye in #26
  • 📝 add-code-of-conduct-1 by @alivx in #27
  • (feature) Improve motd message by allowing the use of an external template by @jvleminc in #29
  • Fix point 5.6, ref discussions/14 🔨 by @alivx in #28
  • (bugfix) [3.5.1.7] 'enable_firewall' flag applied to all 'ufw' tasks by @jvleminc in #31
  • (bugfix) [3.3.9] Only execute ipv6 commands when 'IPv6_is_enabled' is set by @jvleminc in #33
  • (bugfix) [3.3.1] Only execute ipv6 commands when 'IPv6_is_enabled' is set by @jvleminc in #32
  • (bugfix) [5.4.1.4] Task shouldn't fail if user in list doesn't exist by @jvleminc in #35
  • (bugfix) [5.4.1.1] Task shouldn't fail if user in list doesn't exist by @jvleminc in #34
  • (bugfix) [5.5.4] Remove readonly flags, throwing errors in shell, on TMOUT variable by @jvleminc in #36
  • Feature/improve 3.5.1.7 by @jvleminc in #41
  • (feature) Add exclude paths to AIDE (task 1.4.2) by @jvleminc in #43
  • (feature) Avoids AIDE installation waiting eternally for input by @jvleminc in #44
  • (feature) Allows for simplifying AIDE checksums by @jvleminc in #45
  • (feature) Adds optional keep_alived firewall rules to task 3.5.1.6 by @jvleminc in #46
  • fix-typos by @sjm42 in #47
  • Rename diy tag to manual by @bvdbasch in #52
  • Refactor script filenames for consistency by @gnought in #56
  • (bugfix) [1.1.1.7] Task shouldn't fail if module vfat is builtin. by @robinlennox in #58
  • (bugfix) [1.1.1.22] Task shouldn't fail if unable to access gvfs by @robinlennox in #60
  • (bugfix) Force the change of the example passwords used in the main.yml by @robinlennox in #59
  • Fixed multiline task name by @gnought in #57
  • Fix tag on item 3.2.2 by @daveshepherd in #61

New Contributors

Full Changelog: 1.0.0...CIS_v1.0.0

General improvement ⚡️

11 Jan 21:47
d30f22f
Compare
Choose a tag to compare

f6e3080 (HEAD -> ali_JanFix, origin/ali_JanFix, master) Update config chrony, systemd-timesyncd tasks ✨, + add default user under the configs
d35edf4 Remove follow option since (follow has been removed in version 2.5, because this module modifies the contents of the file so follow=no doesn’t make sense.) 🔥
c89659d Update Readme file 📝
6e93297 Add chrony, systemd-timesyncd tasks ✨
838ad62 (origin/master, origin/HEAD) Update Readme file, with un implemented ponits 📝
e85de9a Merge pull request #19 from alivx/feature/implement_6.2.7
37c9d98 (feature) [COTEF1901-104] Implement task 6.2.7 (change file permissions)
a278a3e Merge pull request #18 from jvleminc/master
7c75c47 (feature) [COTEF1901-104] Implement task 1.5.3
a3c1414 (feature) [COTEF1901-104] Implement task 1.5.1
e52b5e9 (chore) [COTEF1901-104] Reorganized variables per chapter. No changes made.
905ede7 Merge pull request #17 from jvleminc/master
9a265ec (chore) [COTEF1901-104] Fixed small naming mistake in test 5.1.9
fc66bcb Update issue templates 🎨

V1

06 Jan 21:09
e659401
Compare
Choose a tag to compare
V1

e659401 Merge pull request #12 from jvleminc/master
d177b70 (feature) [COTEF1901-104] Completest test 1.6.4 (coredump.conf) - reorder code
817e2b1 (feature) [COTEF1901-104] Completest test 1.6.4 (coredump.conf)
2221855 Merge pull request #11 from jvleminc/master
ca94fe3 (feature) [COTEF1901-104] Sets TMOUT variables as 'readonly' before exporting them
5349782 (feature) [COTEF1901-104] Sets TMOUT variables as 'readonly' before exporting them
066a394 Merge pull request #10 from jvleminc/master
047f43c (feature) [COTEF1901-130] Allows configuration of different, weaker SSH MACs and KexAlgorithms.
e9346c8 Update main.yml
ef47589 Merge pull request #7 from jvleminc/feature/master/issue_6
0676698 (feature) Allow for customisation of SSH MaxStartups and MaxSessions
2d75af5 Merge pull request #5 from jvleminc/bugfix/issue_4/Issue_sshd_algorithms
f379623 (#4) Removed erroneous space that breaks sshd config file
080fde4 Merge pull request #3 from jvleminc/bugfix/issue_2
89bee3f Fixes #2
7a4b189 🎨 Improve structure format of the code.
9df5572 GNU GENERAL PUBLIC LICENSE
0615582 Add extra tags
7a0d71d Update Readmefile and meta data

First Rocket

23 Sep 22:24
Compare
Choose a tag to compare
First Rocket Pre-release
Pre-release
V1.0.0

update readme and fix lint