Skip to content
Snippets Groups Projects

`vrf_update` - import L3CoreService/general.yaml

Merged Aleksandr Kurbatov requested to merge fix/vrf-update into develop
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -6,6 +6,11 @@
- name: Include storage path configuration
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 }}"
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/geant_services/{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}
Loading