2016-04-13 19:52:10 +02:00
|
|
|
---
|
|
|
|
- name: Install a script that fix the letsencrypt certificate for haproxy and then reload the service
|
|
|
|
copy: src=haproxy-letsencrypt.sh dest={{ letsencrypt_services_scripts_dir }}/haproxy owner=root group=root mode=0550
|
2016-04-14 19:31:02 +02:00
|
|
|
when:
|
|
|
|
- haproxy_letsencrypt_managed
|
|
|
|
- letsencrypt_install
|
|
|
|
tags: [ 'haproxy', 'letsencrypt' ]
|