Adding certbot syncing
This commit is contained in:
parent
586f9303d7
commit
b599bade6f
8 changed files with 144 additions and 6 deletions
|
@ -29,3 +29,14 @@ haproxy_bind_adapter: "eth0"
|
|||
haproxy_keepalived_adapter: "eth0"
|
||||
haproxy_keepalived_adapter_vlan: ""
|
||||
haproxy_keepalived_ip: 172.16.10.1/24
|
||||
|
||||
# Cerbot configuration
|
||||
haproxy_certbot_enable: true
|
||||
haproxy_certbot_user: "{{ ansible_user_id }}"
|
||||
|
||||
# Private key file used for cluster member communication
|
||||
haproxy_private_key: "/root/.ssh/HaProxyPrivateKey"
|
||||
|
||||
# Certbot renewal timer
|
||||
haproxy_certbot_renewal_timer_calendar: "*-*-* 01:00"
|
||||
haproxy_certbot_renewal_random_delay: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue