2020-04-19 03:28:50 +02:00
|
|
|
---
|
|
|
|
|
2020-04-22 22:54:07 +02:00
|
|
|
- hosts: mattermost
|
2020-04-19 03:28:50 +02:00
|
|
|
roles:
|
2020-04-22 22:54:07 +02:00
|
|
|
- common
|
2020-04-19 03:28:50 +02:00
|
|
|
- postgresql
|
|
|
|
- nginx
|
2021-01-01 23:39:04 +01:00
|
|
|
- ssl-cert
|
2020-04-22 22:54:07 +02:00
|
|
|
- mattermost
|
2021-01-01 23:39:04 +01:00
|
|
|
|
|
|
|
# Déclaration des variables globales
|
2020-04-19 03:28:50 +02:00
|
|
|
vars:
|
2021-01-02 00:42:53 +01:00
|
|
|
email: contact@bim.land
|
2020-04-19 03:28:50 +02:00
|
|
|
domain: chat.bim.land
|
2020-04-22 22:54:07 +02:00
|
|
|
cthostname: chat
|