refactor haproxy
This commit is contained in:
@@ -58,11 +58,14 @@
|
||||
- haproxy.cfg
|
||||
notify: reload haproxy
|
||||
|
||||
- name: create domains.txt
|
||||
- name: create domains files for certificate generation
|
||||
template:
|
||||
src: domains.txt
|
||||
src: "{{ item }}"
|
||||
dest: /etc/haproxy/
|
||||
mode: 0644
|
||||
with_items:
|
||||
- domains.txt
|
||||
- all-domains.txt
|
||||
notify:
|
||||
- update certs
|
||||
|
||||
|
Reference in New Issue
Block a user