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.
 
 
cinnaboot f626311c44 add homepage role 3 years ago
..
tasks haproxy: remove '.sh' from certbot_renew cron script 4 years ago
templates add homepage role 3 years ago
README update haproxy role for certbot 5 years ago

README

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__/'