Compliance Roles
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Compliance Roles
As a: UNIX and Linux system administrator
I want to: set up red hat compliance roles
So that: I can set up Red Hat to follow a specific role (ex: PCI-DSS)
RHEL Compliance
Using the role
Using the role in a playbook
--- - name: Install compliance-roles hosts: all tasks: - name: compliance-roles is configured import_role: name: devopstoolbox.compliance-roles vars: compliance-roles_enable_service: true tags: compliance-roles
# Install the role ansible-galaxy install devopstoolbox.compliance-roles # Run the playbook ansible-playbook compliance-roles-playbook.yml
Last update: 2020-02-09