xoxys.gitea/molecule/default/playbook.yml
Robert Kaussow 2570c5025f
Some checks failed
continuous-integration/drone/push Build is failing
refactor ci pipeline
2019-10-17 08:26:10 +02:00

17 lines
326 B
YAML

---
- name: Converge
hosts: all
vars:
postgres_repository_enabled: True
postgres_users:
- name: "postgres"
password: "postgres"
role_attr_flags: SUPERUSER
login_host: localhost
state: present
pam_user: True
roles:
- role: xoxys.postgres
- role: xoxys.gitea