xoxys.gitea/molecule/rocky9/converge.yml
Robert Kaussow 1d03f664ac
Some checks failed
continuous-integration/drone/pr Build is failing
refactor: move to podman container setup
2023-08-05 15:48:47 +02:00

11 lines
181 B
YAML

---
- name: Converge
hosts: all
roles:
- role: xoxys.podman
- role: xoxys.gitea
vars:
gitea_exposed_ports:
- 127.0.0.1:3000:3000
- 127.0.0.1:2222:2222