ansible/group_vars/postgres.yml

9 lines
207 B
YAML

---
glob_postgres:
subnets:
- 172.16.10.0/24
- fd00:0:0:10::/64
glob_prometheus_postgres_exporter:
listen_addr: "{{ query('ldap', 'ip', ansible_hostname, 'adm') | ansible.utils.ipv4 | first }}"