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 f55a377152 update haproxy role for certbot 5 years ago
..
tasks update haproxy role for certbot 5 years ago
templates update haproxy role for certbot 5 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__/'