From 66d7a521844b6eed8cbf1511ff89ababc6419620 Mon Sep 17 00:00:00 2001 From: Andrea Cimbalo Date: Sat, 12 Aug 2017 18:07:35 +0200 Subject: [PATCH] adapt (dead?) mattermost role to new nginx proxy config --- roles/mattermost/meta/main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/mattermost/meta/main.yaml diff --git a/roles/mattermost/meta/main.yaml b/roles/mattermost/meta/main.yaml new file mode 100644 index 0000000..5a483a7 --- /dev/null +++ b/roles/mattermost/meta/main.yaml @@ -0,0 +1,8 @@ +--- +dependencies: + - role: postgresql + - role: nginx + is_proxy: true + server_name: "team.lilik.it" + config_name: "mattermost" + remote_host: "http://127.0.0.1:8065"