xoxys.gitea/molecule/centos7/playbook.yml
Robert Kaussow f12cdf7668
Some checks failed
continuous-integration/drone/push Build is failing
refactor docs
2020-01-22 22:36:03 +01:00

17 lines
290 B
YAML

---
- name: Converge
hosts: all
vars:
postgres_repository_enabled: True
postgres_users:
- name: "pggitea"
password: "secure"
priv: ALL
db: "gitea"
postgres_dbs:
- name: "gitea"
roles:
- role: xoxys.postgres
- role: xoxys.gitea