You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

385 B

haproxy ansilbe role with certbot support

NOTE: to install certbot for SSL termination in haproxy set the variable
'install_certbot' to true in your inventory file.
eg)
---
containers:
hosts:
haproxy:
internal_ip: 10.0.0.1
ansible_port: 25001
domain_name: example.com
install_certbot: true

NOTE: this expects your certificates at '/etc/letsencrypt/live/__domain__/'