Skip to content
Snippets Groups Projects

Add group_vars/all into roles

Merged Aleksandr Kurbatov requested to merge feature/nat-680-inventory-restructure into develop
6 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -45,6 +45,10 @@
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/group_vars/routers
- name: Import variables from 'all'
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/group_vars/all
- name: Generate an ID for this run
ansible.legacy.set_fact:
opid: "{{ lookup('community.general.random_string', length=18, special=false) }}"
Loading