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

Update vrf_update playbook

parent 160fd5b9
No related branches found
No related tags found
1 merge request!282Fix/vrf update
......@@ -11,6 +11,10 @@
ansible.builtin.include_vars:
file: /opt/ansible_inventory/geant_services/L3CoreService/general.yaml
- name: Set gso_product_type from subscription
ansible.builtin.set_fact:
gso_product_type: "{{ subscription.product.product_type | upper }}"
- name: Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}"
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/geant_services/{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment