Sam A.
423dbe2f7f
- Add sapt-labn-prx02 for apps on *.local.sapti.me - Remove Pi-Hole (will be on my RPi) - Unify app configuration in one file (not finished yet) - Upload Compose files to hosts (not finished yet)
6 lines
171 B
YAML
6 lines
171 B
YAML
# vim: ft=yaml.ansible
|
|
# code: language=ansible
|
|
---
|
|
db_inventory_hostname: sapt-labp-db01
|
|
db_host_ip: "{{ hostvars[db_inventory_hostname].ansible_default_ipv4.address }}"
|