mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
@@ -27,7 +27,6 @@
|
||||
with_items:
|
||||
- { file: limits.conf, dest: /etc/security/limits.conf }
|
||||
- { file: 503.http, dest: /etc/haproxy/503.http }
|
||||
- { file: ipa.{{env}}.pem, dest: /etc/haproxy/ipa.pem }
|
||||
tags:
|
||||
- haproxy
|
||||
|
||||
@@ -36,7 +35,7 @@
|
||||
dest={{ item.dest }}
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- { file: ipa.{{env}}.pem, dest: /etc/haproxy/ipa.pem }
|
||||
- { file: "ipa.{{env}}.pem", dest: /etc/haproxy/ipa.pem }
|
||||
tags:
|
||||
- haproxy
|
||||
when: env == "staging"
|
||||
|
||||
Reference in New Issue
Block a user