STIG Compliance (#61)

This commit is contained in:
willtome
2023-05-09 12:46:18 -04:00
committed by GitHub
parent cef7c1d043
commit 2085e6f15d
31 changed files with 30484 additions and 16 deletions

View File

@@ -10,6 +10,6 @@
ansible.builtin.assert:
that: "ansible_os_family == 'RedHat'"
- name: Run compliance profile
- name: Run Compliance Profile
ansible.builtin.include_role:
name: "redhatofficial.rhel{{ ansible_distribution_major_version }}_{{ compliance_profile }}"
name: "demo.compliance.rhel{{ ansible_distribution_major_version }}STIG"