openstack-ansible-haproxy_s.../releasenotes/notes/haproxy_letsencrypt-4a13c7911a20b993.yaml
Dmitriy Rabotyagov 0343893881 Define http-01 params with already provided variables
There's no real need in asking user to manually provide http-01 port and
address when we already have corresponding variables we rely on.

Change-Id: Id0d2a73c863d9bbb8b6280ce42f918127baea354
2020-09-24 09:55:09 +00:00

17 lines
744 B
YAML

---
upgrade:
- |
There's no need in providing neither `http-01-address` nor `http-01-port`
options with `haproxy_ssl_letsencrypt_setup_extra_params`, as they are now
configured with corresponding variables
`haproxy_ssl_letsencrypt_certbot_bind_address` and
`haproxy_ssl_letsencrypt_certbot_backend_port`
features:
- |
Added variable `haproxy_ssl_letsencrypt_certbot_challenge` which is default
to `http-01`. As for now really tested in only `http-01` but we keep door
open for adding support for more challanges, like `dns-01`. For `http-01`
all required arguments are passed, but oth other challanges you might want
to use `haproxy_ssl_letsencrypt_setup_extra_params` to pass missing
arguments.