STIG Compliance (#61)
This commit is contained in:
8
network/compliance.yml
Normal file
8
network/compliance.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user