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"

View File

@@ -337,7 +337,7 @@ controller_templates:
- full
required: true
- name: "LINUX / Compliance Enforce"
- name: "LINUX / DISA STIG"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
@@ -358,12 +358,6 @@ controller_templates:
type: text
variable: _hosts
required: true
- question_name: Compliance Profile
type: multiplechoice
variable: compliance_profile
required: true
choices:
- stig
- name: "LINUX / Insights Compliance Scan"
job_type: run