1
0
Fork 0
forked from cisti/infra
infra/roles/stable/gancio/meta/main.yml
2020-11-12 15:07:15 +01:00

13 lines
233 B
YAML

---
dependencies:
# install nodejs
- role: nodejs
# install postgres
# and create an gancio user and db
- role: postgresql
vars:
username: gancio
password: "{{ database_password }}"
database: gancio