RETIRED, Security Role for OpenStack-Ansible
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
OpenStack Proposal Bot 79eeaa43fb Updated from global requirements
Change-Id: I6c9ee96343840ffd315d531d13579ef6eeedc749
7 years ago
defaults Merge "Adding V-38438 (auditd during boot)" 7 years ago
doc Automate the STIG documentation 7 years ago
files Add ability to enable unattended upgrades 7 years ago
handlers Adding V-38438 (auditd during boot) 7 years ago
meta Add CentOS 7 and Ubuntu 16.04 support 7 years ago
releasenotes Merge "Adding V-38438 (auditd during boot)" 7 years ago
tasks Adding V-38438 (auditd during boot) 7 years ago
templates Disable DAC change auditing 7 years ago
tests Restore logrotate cron job in CI 7 years ago
vars Adding V-38438 (auditd during boot) 7 years ago
.gitignore Automate the STIG documentation 7 years ago
.gitreview Added .gitreview 8 years ago
LICENSE Initial import of openstack-ansible-security role 8 years ago
README.md Add support for Xenial and CentOS 7 to the Vagrantfile 7 years ago
README.rst Add a note to the README file where to report bugs 7 years ago
Vagrantfile Add support for Xenial and CentOS 7 to the Vagrantfile 7 years ago
bindep.txt Rename collected logs for easier CI viewing 7 years ago
run_tests.sh Added SNI support for os_security role via OS packages 7 years ago
setup.cfg Automate the STIG documentation 7 years ago
setup.py Updated from global requirements 7 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Automate the STIG documentation 7 years ago

README.md

openstack-ansible-security

The goal of the openstack-ansible-security role is to improve security within openstack-ansible deployments. The role is based on the Security Technical Implementation Guide (STIG) for Red Hat Enterprise Linux 6.

Requirements

This role can be used with or without the openstack-ansible role. It requires Ansible 1.8.3 at a minimum.

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:
     - openstack-ansible-security

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.