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

`vrf_update` - import L3CoreService/general.yaml

Needed for `l3_services` dictionary used in roles for conditionals.
parent 022d2a3d
No related branches found
No related tags found
1 merge request!261`vrf_update` - import L3CoreService/general.yaml
Pipeline #93727 passed
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
- name: Include storage path configuration - name: Include storage path configuration
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import standard general variables for GEANT L3 Core Services
# Needed to get `l3_services` dictionary for multiple checks in the roles invoked below.
ansible.builtin.include_vars:
file: /opt/ansible_inventory/geant_services/L3CoreService/general.yaml
- name: Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}" - name: Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}"
ansible.builtin.include_vars: ansible.builtin.include_vars:
dir: /opt/ansible_inventory/geant_services/{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }} 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