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

8
network/compliance.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: IOS XE Compliance
hosts: "{{ _hosts | default('ios') }}"
vars:
ignore_all_errors: false
ansible_command_timeout: 60
roles:
- demo.compliance.iosxeSTIG

View File

@@ -104,3 +104,16 @@ controller_templates:
- sandbox-iosxr-1.cisco.com
- sandbox-nxos-1.cisco.com
- routers
- name: "NETWORK / DISA STIG"
job_type: check
organization: Default
inventory: Network Inventory
project: "Ansible official demo project"
playbook: "network/compliance.yml"
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
use_fact_cache: true
ask_job_type_on_launch: true
survey_enabled: true