Add default_host_ip option. (#71)

This commit is contained in:
Felix Fontein
2021-01-20 23:53:23 +01:00
committed by GitHub
parent 5072b7d1c3
commit 6adb148675
3 changed files with 89 additions and 6 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - added ``default_host_ip`` option which allows to explicitly set the default IP string for published ports without explicitly specified IPs. When using IPv6 binds with Docker 20.10.2 or newer, this needs to be set to an empty string (``""``) (https://github.com/ansible-collections/community.docker/issues/70, https://github.com/ansible-collections/community.docker/pull/71)."