From c7a0d2f3c467ebc2c2a8020ff26b20797076ca8f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2020 15:20:15 -0700 Subject: [PATCH] also fix the ipa file 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 20a25d729c..62e6f48ae5 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -35,7 +35,7 @@ dest={{ item.dest }} owner=root group=root mode=0600 with_items: - - { file: "ipa.{{env}}-{{datacenter}}.pem", dest: /etc/haproxy/ipa.pem } + - { file: "ipa.{{env}}-iad2.pem", dest: /etc/haproxy/ipa.pem } - { file: "os-master.{{env}}-iad2.pem", dest: /etc/haproxy/os-master.pem } tags: - haproxy