infra/infra.yml

48 lines
895 B
YAML
Raw Normal View History

2020-11-10 23:28:01 +01:00
---
2020-11-21 23:42:08 +01:00
## FRONTEND
- name: Frontend
hosts: frontend
roles: ['stable/common', 'stable/nginx']
vars_files: vars/frontend.yml
tags: frontend
2020-11-10 23:28:01 +01:00
2020-11-21 23:42:08 +01:00
# ETHERPAD
2020-11-12 15:07:15 +01:00
- name: Etherpad
hosts: paddone
2020-11-21 23:42:08 +01:00
tags: etherpad
roles: ['stable/common', 'stable/etherpad']
vars_files: vars/etherpad.yml
2020-11-11 14:44:20 +01:00
2020-11-21 23:42:08 +01:00
# CICLES
2020-11-11 14:44:20 +01:00
- name: Cicles
hosts: cicles
2020-11-21 23:42:08 +01:00
tags: cicles
roles: ['stable/common', 'stable/goploader']
2020-11-12 15:07:15 +01:00
2020-11-21 23:42:08 +01:00
# GANCIO
2020-11-12 15:07:15 +01:00
- name: Gancio
hosts: gancio
2020-11-21 23:42:08 +01:00
tags: gancio
roles: ['stable/common', 'stable/gancio']
vars_files: vars/gancio.yml
2020-11-12 15:07:15 +01:00
2021-02-03 23:53:55 +01:00
# RADICALE
- name: Radicale
hosts: radicale
tags: radicale
roles: ['stable/common', 'staging/radicale']
- name: Fdroid
hosts: fdroid
tags: fdroid
roles: [ 'stable/common', 'staging/fdroid' ]
vars_files: vars/fdroid.yml
2020-11-21 23:42:08 +01:00
# TEST
- name: Test
hosts: test
2021-01-04 19:10:21 +01:00
roles: ['stable/common', 'stable/etherpad', 'stable/nginx']
2020-11-21 23:42:08 +01:00
tags: test
2021-01-04 19:10:21 +01:00
vars_files: vars/frontend.yml