Adding certbot syncing

This commit is contained in:
Tyler Hale 2022-08-30 13:07:12 -06:00
parent 586f9303d7
commit b599bade6f
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
8 changed files with 144 additions and 6 deletions

View file

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