Skip to content

Commit

Permalink
updated network setup playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Ruch committed Dec 16, 2024
1 parent c814bb3 commit 1d530b0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions network/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ controller_projects:
wait: true
default_environment: Networking Execution Environment

- name: Network Backup and Restore
organization: Default
scm_type: git
scm_url: https://github.com/redhat-cop/network.backup
update_project: true
wait: true
default_environment: Networking Execution Environment

controller_inventories:
- name: Demo Inventory
organization: Default
Expand Down Expand Up @@ -101,3 +109,16 @@ controller_templates:
use_fact_cache: true
ask_job_type_on_launch: true
survey_enabled: true

- name: "NETWORK / Backup"
job_type: run
organization: Default
inventory: Demo Inventory
project: "Ansible official demo project"
playbook: "network/backup.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

0 comments on commit 1d530b0

Please sign in to comment.