Ansible role for security hardening
1a02653708
This syncs most of the common files with the openstack-tests repository. This effectively removes the Ubuntu 14.04 support from the Vagrantfile as well as the RHEL6 STIG V-38496 workaround for it. This also removes the now unused tests/vagrant.yml file and uses the tests/test.yml like the upstream OpenStack CI does. However, it doesn't sync the bindep.txt file since it doesn't quite match what we have in the openstack-ansible-tests repository so the shared one needs to be fixed first. Finally, it adds a new doc/.gitignore file to exclude the generated documentation file. This is necessary in order for the shared .gitignore one to be used in the root of the repository. Change-Id: Ia34979af9029ffb03fb525679356e6d9f3a039a6 |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
LICENSE | ||
manual-test.rc | ||
README.md | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
ansible-hardening
The ansible-hardening role applies security hardening configurations from the Security Technical Implementation Guide (STIG) to systems running the following distributions:
- CentOS 7
- Debian Jessie (experimental)
- Fedora 25 (experimental)
- Ubuntu 14.04 (deprecated)
- Ubuntu 16.04
- Red Hat Enterprise Linux 7
For more details, review the ansible-hardening documentation.
Requirements
This role can be used with or without OpenStack-Ansible. It requires Ansible 2.3 or later.
Role Variables
All of the variables for this role are in defaults/main.yml
.
Dependencies
This role has no dependencies.
Example Playbook
Using the role is fairly straightforward:
- hosts: servers
roles:
- ansible-hardening
Running with Vagrant
This role can be tested easily on multiple platforms using Vagrant.
The Vagrantfile
supports testing on:
- Ubuntu 14.04
- Ubuntu 16.04
- CentOS 7
To test on all platforms:
vagrant destroy --force && vagrant up
To test on Ubuntu 14.04 only:
vagrant destroy ubuntu1404 --force && vagrant up ubuntu1404
To test on Ubuntu 16.04 only:
vagrant destroy ubuntu1604 --force && vagrant up ubuntu1604
To test on CentOS 7 only:
vagrant destroy centos7 --force && vagrant up centos7
License
Apache 2.0
Author Information
For more information, join #openstack-ansible
on Freenode.