infra/roles/stable/gancio/meta/main.yml
2020-11-21 23:42:08 +01:00

13 lines
247 B
YAML

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