Skip to content

Commit

Permalink
added credentials, removed run type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Ruch committed Dec 19, 2024
1 parent db9d87c commit 57db5cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions network/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ controller_templates:
survey_enabled: true
project: Network Golden Configs
playbook: main.yml
credentials:
- "Demo Credential"
execution_environment: Networking Execution Environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
Expand Down Expand Up @@ -97,6 +99,8 @@ controller_templates:
inventory: Demo Inventory
project: "Ansible Product Demos"
playbook: "network/compliance.yml"
credentials:
- "Demo Credential"
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
Expand All @@ -110,6 +114,8 @@ controller_templates:
inventory: Demo Inventory
project: "Ansible Product Demos"
playbook: "network/backup.yml"
credentials:
- "Demo Credential"
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
Expand Down

0 comments on commit 57db5cf

Please sign in to comment.