OpenSCAP

Document Control

TODO:

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

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

User Story: OpenSCAP

As a: UNIX and Linux system administrator

I want to: set up continuous compliance

So that: identify deviations or apply remediation of security profiles (ex: HIPAA, PCI, etc).

Using the role

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

  tasks:
    - name: openscap is configured
      import_role:
        name: crivetimihai.openscap
      vars:
        openscap_enable_service: true
      tags: openscap
# Install the role
ansible-galaxy install crivetimihai.openscap

# Run the playbook
ansible-playbook openscap-playbook.yml

Last update: 2020-02-06