Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-08-04 21:25:11 +00:00
parent 28ebec92ee
commit ffd0a12fa4

View file

@ -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"