Skip to content

Releases: dev-sec/ansible-collection-hardening

7.0.0

11 Nov 20:34
2f19ad1

Choose a tag to compare

7.0.0 (2020-11-11)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Any planned support for RHEL/CentOS 8? #298

Merged pull requests:

6.2.0

17 Aug 10:38
7077187

Choose a tag to compare

Changelog

6.2.0 (2020-08-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Inconsistent use of role vars/role defaults #284
  • replace module parameter fixed #297 (danielkubat)

Closed issues:

  • Consider using find module instead of shell #293
  • Optimize logical OR in when clause #292
  • vfat added to dev-sec.conf, but efi is used #288
  • OpenSUSE Support #249

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

6.1.0

21 Jul 20:38
a8e3499

Choose a tag to compare

Changelog

6.1.0 (2020-07-21)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Is it safe to use on Debian 10? The build is failing. #281

Closed issues:

  • The state of the galaxy release #269

Merged pull requests:

  • install procps in debian so sysctl.conf exists #282 (rndmh3ro)

* This Changelog was automatically generated by github_changelog_generator

6.0.3

06 Jun 08:22

Choose a tag to compare

Changelog

6.0.3 (2020-06-06)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

6.0.2

02 Jun 07:01

Choose a tag to compare

Changelog

6.0.2 (2020-06-02)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

6.0.1

09 May 18:23
4c5fa24

Choose a tag to compare

Changelog

6.0.1

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator

ansible-os-hardening 6.0.0

05 May 19:32

Choose a tag to compare

6.0.0 (2020-04-13)

Full Changelog

Possibly Breaking Changes:

  • On systems were SELinux is installed, it is now set to Enforcing.

Implemented enhancements:

Fixed bugs:

  • Invalid Conditionals in user_accounts.yml #255
  • auth-system related files are created for non-RHEL systems (e.g. Debian) #247
  • NSA website links are stale #227
  • Running ansible on python3 throughs "TypeError: '<=' not supported between instances of 'str' and 'int'" #223
  • [lots of] deprecation warnings in Ansible 2.8 #221
  • Add a "don't fail on error" switch ? #148
  • Addressing issue #255 #258 (ljkimmel)
  • Fix #247, cleanup conditions #248 (fernandezcuesta)
  • Fix error on applying the sysctl vars on containers #243 (okupriyanov)
  • Update location of NSA RHEL 5 Guide #235 (jaredledvina)

Ansible-os-hardening 5.2.1

09 Jun 09:41

Choose a tag to compare

5.2.1 (2019-06-09)

Full Changelog

This release is a bugfix-release that fixes deprecation warnings in Ansible 2.8.

Implemented enhancements:

Fixed bugs:

  • squash\_actions deprecation warning #218

Ansible-os-hardening 5.2.0

04 May 12:12

Choose a tag to compare

5.2.0 (2019-05-04)

Full Changelog

Implemented enhancements:

  • Speed up "minimize access on found files" task #208
  • Fedora support? #163
  • remove eol'd OS and add new #217 (rndmh3ro)
  • Add note about docker under warning #214 (ChrisMcKee)
  • change minimize access tasks to speed them up #209 (rndmh3ro)
  • Added fedora support #206 (jonaswre)
  • Pass package list directly to apt and yum modules without using with_items loop #200 (Normo)

Fixed bugs:

Ansible-os-hardening 5.1.0

04 Nov 20:48
b9acd71

Choose a tag to compare

5.1.0 (2018-10-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • auditd causing v5.0 to fail on unpriviledged LXC's #191
  • Setting os_security_users_allow has no effect #175
  • add /usr/bin/su to suid_guid whitelist #199 (ccolic)
  • ensure that permissions to su-binary are not restricted to root user and group only, if os_security_users_allow contains the value change_user #197 (szEvEz)