forked from cisti/infra
13 lines
233 B
YAML
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
|