lab-ansible/group_vars/app_stage/vars.yml
2023-11-05 20:54:47 +01:00

6 lines
152 B
YAML

# vim: ft=yaml.ansible
# code: language=ansible
---
db_inventory_hostname: sapt-labs-db01
db_host: "{{ hostvars[db_inventory_hostname].ansible_host }}"