vm-ansible/host_vars/postgres.yaml

7 lines
72 B
YAML

---
firewall:
- port: "5432"
proto: tcp
interface: "eth0"
...