infra/infra.yml
2021-02-03 23:53:55 +01:00

43 lines
802 B
YAML

---
## FRONTEND
- name: Frontend
hosts: frontend
roles: ['stable/common', 'stable/nginx']
vars_files: vars/frontend.yml
tags: frontend
# ETHERPAD
- name: Etherpad
hosts: paddone
tags: etherpad
roles: ['stable/common', 'stable/etherpad']
vars_files: vars/etherpad.yml
# CICLES
- name: Cicles
hosts: cicles
tags: cicles
roles: ['stable/common', 'stable/goploader']
# GANCIO
- name: Gancio
hosts: gancio
tags: gancio
roles: ['stable/common', 'stable/gancio']
vars_files: vars/gancio.yml
# RADICALE
- name: Radicale
hosts: radicale
tags: radicale
roles: ['stable/common', 'staging/radicale']
vars_files: vars/gancio.yml
# TEST
- name: Test
hosts: test
roles: ['stable/common', 'stable/etherpad', 'stable/nginx']
tags: test
vars_files: vars/frontend.yml