Compliance Roles

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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)

Using the role

Using the role in a playbook
---
- name: Install compliance-roles
  hosts: all

  tasks:
    - name: compliance-roles is configured
      import_role:
        name: crivetimihai.compliance-roles
      vars:
        compliance-roles_enable_service: true
      tags: compliance-roles
# Install the role
ansible-galaxy install crivetimihai.compliance-roles

# Run the playbook
ansible-playbook compliance-roles-playbook.yml

Last update: 2020-02-06