From 162bb8bf5e66ade9fb30b3bae1dc122cf7696937 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2020 15:17:15 -0700 Subject: [PATCH] iad2-move: there is only one active openshift, and it is the iad2 one, use its ssl cert Signed-off-by: Kevin Fenzi --- roles/haproxy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index ee30caf490..20a25d729c 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -36,7 +36,7 @@ owner=root group=root mode=0600 with_items: - { file: "ipa.{{env}}-{{datacenter}}.pem", dest: /etc/haproxy/ipa.pem } - - { file: "os-master.{{env}}-{{datacenter}}.pem", dest: /etc/haproxy/os-master.pem } + - { file: "os-master.{{env}}-iad2.pem", dest: /etc/haproxy/os-master.pem } tags: - haproxy