1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-12 02:55:29 +00:00
community.general/changelogs
PjSalty 61620fc73d consul_kv: honor CONSUL_HTTP_* environment variables
Wire env_fallback for host, port, scheme, validate_certs and token so the
module picks up CONSUL_HTTP_ADDR, CONSUL_HTTP_SSL, CONSUL_HTTP_SSL_VERIFY
and CONSUL_HTTP_TOKEN when the corresponding options are not set. The
module previously declared default="localhost"/8500/"http" and forwarded
those values to consul.Consul(), which prevented the underlying client
from consulting the environment.

CONSUL_HTTP_ADDR accepts both the bare ``host:port`` form and the full
``scheme://host:port`` URL form. The hardcoded defaults are preserved as
the final fallback, so behavior without env vars is unchanged.
2026-06-09 12:38:45 -05:00
..
fragments consul_kv: honor CONSUL_HTTP_* environment variables 2026-06-09 12:38:45 -05:00
.gitignore Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
changelog.yaml The next feature release will be 13.1.0. 2026-05-18 20:18:07 +02:00
changelog.yaml.license Make reuse conformant (#5138) 2022-08-21 08:27:01 +02:00
config.yaml Normalize changelog configs. 2025-07-27 16:36:35 +02:00