add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
6
infrastructure/ansible/set-global-facts.yml
Normal file
6
infrastructure/ansible/set-global-facts.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Set current_host_config variable to access parameters referencing this host
|
||||
set_fact:
|
||||
current_host_config: "{{ item.value }}"
|
||||
when: item.value.hostname == inventory_hostname
|
||||
with_dict: "{{ configs.host_config }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue