diff --git a/geant/gap_ansible/roles/vrf/tasks/main.yml b/geant/gap_ansible/roles/vrf/tasks/main.yml index 7718ab3a65137e3807cadd28224fae433832424c..7c08c59daa5fd44c4bfe1f5cdb2bd7797b5b749c 100644 --- a/geant/gap_ansible/roles/vrf/tasks/main.yml +++ b/geant/gap_ansible/roles/vrf/tasks/main.yml @@ -1,20 +1,7 @@ --- -# 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 ansible.builtin.include_tasks: compile.yaml -- name: Deploy templates if standalone run - when: is_standalone_run | ansible.builtin.bool - ansible.builtin.include_tasks: deploy_vrf.yaml +# - name: Deploy templates if standalone run +# when: is_standalone_run | ansible.builtin.bool +# ansible.builtin.include_tasks: deploy_vrf.yaml