xoxys.postgres/molecule/rocky9/converge.yml
Robert Kaussow 17e78db3d3
Some checks failed
continuous-integration/drone/pr Build is failing
refactor: move to podman container setup
2023-08-06 16:02:31 +02:00

11 lines
188 B
YAML

---
- name: Converge
hosts: all
roles:
- role: xoxys.podman
- role: xoxys.postgres
vars:
postgres_exposed_ports:
- 127.0.0.1:5432:5432
postgres_log_level: info