1
0
Fork 0
forked from cisti/infra
infra/infra.yml
2020-11-21 23:42:08 +01:00

36 lines
642 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
# TEST
- name: Test
hosts: test
roles: ['stable/common', 'stable/nginx']
tags: test
vars_files: vars/frontend.yml