mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Revert "haproxy: adjust names on files to use .stg"
This reverts commit 8b1f44206d.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user