From 397a68649582b7666b23e7e6b337063ed60c9906 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 28 May 2019 02:08:23 +0300 Subject: [PATCH] ugly hack to get ldap certificates --- playbooks/proxy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index 199acbc..960236e 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -28,6 +28,15 @@ - role: nginx/site site: id.foo.sh proxy: https://ldap01.home.foo.sh/ + - role: nginx/site + site: ldap.foo.sh + redirect: https://www.foo.sh/ + - role: nginx/site + site: ldap01.foo.sh + redirect: https://ldap.foo.sh/ + - role: nginx/site + site: ldap02.foo.sh + redirect: https://ldap.foo.sh/ - role: nginx/site site: mirrors.foo.sh proxy: https://mirror01.home.foo.sh/