diff --git a/network/setup.yml b/network/setup.yml index af3fedd5..6da48664 100644 --- a/network/setup.yml +++ b/network/setup.yml @@ -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 @@ -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 \ No newline at end of file