Releases: ansible-lockdown/RHEL7-STIG
Releases · ansible-lockdown/RHEL7-STIG
0.1.3: New Stable Release
Merge pull request #30 from samdoran/master Update stable master
0.1.2: Firewall Service - Ability to have iptables (#20)
* Add firewall service variable to readme * Add firewall service variable to defaults * have tasks use variable * Name the tag as firewall
0.1.1: Updates to the STIG role (#16)
* get rid of .retry files in ansible.cfg and update test.yml playbook to correct path * ignore vagrant files * add some override variables to vars/main.yml * add vars for each STIG check, remove audit task vars, and update several others * update sshd handler name to reflect service name * move version checks to use assert instead of fail * comment out audit task files while we work to remove unnessecary audit tasks * move needed audit/register tasks into prelim.yml file and include it in main.yml * update STIG ID numbering to V1R1, add conditionals so we can enable/disable each STIG task, and add notimplemented tag to command: "true" tasks * CAT II: update STIG ID numbering to V1R1, add conditionals so we can enable/disable each STIG task, and add notimplemented tag to command: "true" tasks * CAT I: update STIG ID numbering to V1R1, add conditionals so we can enable/disable each STIG task, and add notimplemented tag to command: "true" tasks * update defaults * add service variables and update aide cron settings * cat1, cat2, cat3 tasks are working * move prelim tasks into cat1 file and use blocks to group related tasks * fixup some cat2 tasks and minor updates to make it work on centos
0.1.0
Merge branch 'devel'