Automates compliance scanning for Red Hat-based systems using OpenSCAP and Ansible.
- CIS or STIG profile scans
- HTML and XML report generation
- Fully automated with Ansible
├── ansible/ # Playbooks that drive scans and remediations
├── automation-hub/ # Supporting roles, inventories, or task snippets
├── dist/ # Release bundles for offline distribution
├── docs/ # All SOPs and reference guides
└── README.md
- Install packages:
sudo dnf install -y openscap-scanner scap-security-guide
- Run the OpenSCAP scan playbook:
ansible-playbook -i inventory.ini ansible/openscap_scan.yml
/tmp/openscap-report.html(HTML Report)/tmp/openscap-results.xml(Raw Scan Results)
- Review the docs index for links to SOP PDFs and detailed automation guides.
- Proxmox automation playbook – Guidance for migrating Azure Packer workflows to Proxmox with Azure DevOps and Key Vault integration.
MIT License