Skip to content
Snippets Groups Projects
Commit 954e9bc7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Cleanup VRF tasks

parent b65e9fb0
No related branches found
No related tags found
1 merge request!203Feature/nat 905 vrf create
Pipeline #90969 passed
--- ---
# tasks file for policy_options
# - name: Load Standard Policy Statements vars
# when: >
# subscription.product.product_type == "L3CoreService"
# and
# subscription.l3_core_service_type in ["GÉANT IP", "GEANT IP", "GEANT_IP"]
# ansible.builtin.include_tasks: merge_geant_ip_vars.yaml
#
# - name: Load Standard Policy Options for VRF {{ subscription.vrf.vrf_name }}
# when: >
# subscription.product.product_type == "VRF"
# ansible.builtin.include_tasks: merge_vrf_vars.yaml
#
- name: Compile templates - name: Compile templates
ansible.builtin.include_tasks: compile.yaml ansible.builtin.include_tasks: compile.yaml
- name: Deploy templates if standalone run # - name: Deploy templates if standalone run
when: is_standalone_run | ansible.builtin.bool # when: is_standalone_run | ansible.builtin.bool
ansible.builtin.include_tasks: deploy_vrf.yaml # ansible.builtin.include_tasks: deploy_vrf.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment