Merge "Provide custom handler name to PKI role"

This commit is contained in:
Zuul 2023-04-05 23:19:49 +00:00 committed by Gerrit Code Review
commit 35e45a66b1
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
item_base_path: "{{ haproxy_ssl_cert_path ~ '/haproxy_' ~ ansible_facts['hostname'] ~ '-' ~ item_name }}"
with_items: "{{ haproxy_tls_vip_binds }}"
listen:
- cert installed
- haproxy cert installed
- name: regenerate maps
vars:

View File

@ -52,6 +52,7 @@
pki_regen_cert: "{{ haproxy_pki_regen_cert }}"
pki_certificates: "{{ haproxy_pki_certificates }}"
pki_install_certificates: "{{ haproxy_pki_install_certificates }}"
pki_handler_cert_installed: "haproxy cert installed"
when:
- haproxy_ssl | bool