forked from cisti/infra
31 lines
413 B
YAML
31 lines
413 B
YAML
---
|
|
|
|
## ETHERPAD
|
|
- name: Etherpad
|
|
hosts: paddone
|
|
roles:
|
|
- role: stable/common
|
|
- role: stable/etherpad
|
|
vars_files:
|
|
- vars/etherpad.yml
|
|
|
|
|
|
## CICLES
|
|
- name: Cicles
|
|
hosts: cicles
|
|
roles:
|
|
- role: stable/common
|
|
- role: stable/goploader
|
|
|
|
|
|
## GANCIO
|
|
- name: Gancio
|
|
hosts: gancio
|
|
roles:
|
|
- role: stable/common
|
|
- role: stable/gancio
|
|
vars_files:
|
|
- vars/gancio.yml
|
|
|
|
|
|
## MASTODON
|