Revert "haproxy: adjust names on files to use .stg"

This reverts commit 8b1f44206d.
This commit is contained in:
Kevin Fenzi
2021-08-13 16:37:13 -07:00
parent 8b1f44206d
commit 73bb20bb13

View File

@@ -35,9 +35,9 @@
dest={{ item.dest }}
owner=root group=root mode=0600
with_items:
- { file: "ipa{{ env_suffix }}-iad2.pem", dest: /etc/haproxy/ipa.pem }
- { file: "os-master{{ env_suffix }}-iad2.pem", dest: /etc/haproxy/os-master.pem }
- { file: "ocp{{ env_suffix }}-iad2.pem", dest: "/etc/haproxy/ocp{{ env_suffix }}.pem" }
- { file: "ipa.{{env}}-iad2.pem", dest: /etc/haproxy/ipa.pem }
- { file: "os-master.{{env}}-iad2.pem", dest: /etc/haproxy/os-master.pem }
- { file: "ocp.{{env}}-iad2.pem", dest: "/etc/haproxy/ocp-{{env}}.pem" }
tags:
- haproxy