bachelor-thesis/infrastructure/ansible/set-global-facts.yml

6 lines
235 B
YAML

---
- 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 }}"