feat/major-revamp #11

Merged
lanson merged 42 commits from fix/various into main 2024-08-17 14:54:28 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 459d176979 - Show all commits

View File

@ -1,4 +1,5 @@
---
# task/load_host_vars file for hashistack
- name: "Variables | Stat host specific config file"
ansible.builtin.stat:
path: "{{ hashistack_configuration_directory }}/{{ group_name }}/{{ inventory_hostname }}/{{ hashistack_configuration_global_vars_file }}"

View File

@ -1,5 +1,5 @@
---
# task/main file for hashi_vars
# task/main file for hashistack
- name: "Variables | Load global variables"
ansible.builtin.include_tasks: load_global_vars.yml
when: not hashistack_only_load_credentials