community.general/lib/ansible/modules/cloud/docker
Stephan Müller 00bab2d24d [docker_network] add ipv6 support (#47492)
* [docker_network] add ipv6 support

* docker_network: review ipam_options

* docker_network: fix requirements

* docker_network: fix deprecation notice

* docker_network: add minimum docker version change

* docker_network: remove trailing whitespace

* docker_network: revert rename of network_four #discussion_r228707101

* docker_network: refactor IPAM config comparison #discussion_r228707255, #discussion_r228707280

* docker_network: correct spelling of IPv4 and IPv6 #discussion_r228707114, #discussion_r228707138

* docker_network: manually remove networks #discussion_r228709051

* docker_network: refactor enable_ipv6 condition #discussion_r228707317

* docker_network: add mutually_exclusive #discussion_r228707185

* docker_network: fix iprange #discussion_r228709072

* docker_network: add auxiliary addresses in examples and tests

* docker_network: link to docker docs #discussion_r228707018

* docker_network: remove list default #discussion_r228707060, #discussion_r228709091

* docker_network: introduce params syntax for create_network() #discussion_r228709031

* docker_network: beautify code

* docker_network: resolve change requests

* docker_network: add yaml header

* docker_networking: fix get_ip_version

* docker_network: extend CIDR test

* docker_network: use backported unittest2 for python 2.6

* docker_network: migrate unittest to pytest
2018-11-02 08:59:16 +10:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
docker_config.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_container.py Support for device read write limit parameters (#47814) 2018-11-02 08:58:06 +10:00
docker_image.py docker_image: Fix up 'changed' event in force mode (#33754) 2018-10-30 08:48:30 +00:00
docker_image_facts.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py [docker_network] add ipv6 support (#47492) 2018-11-02 08:59:16 +10:00
docker_secret.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_service.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_stack.py New module: add docker_stack module (clound/docker/docker_stack) (#24588) 2018-09-18 09:54:44 +01:00
docker_swarm.py Fix advertise addr (#47608) 2018-11-01 08:10:03 +00:00
docker_swarm_service.py Docker swarm service integration tests (#45674) 2018-10-29 11:28:51 +00:00
docker_volume.py Fix option change detection / force support for docker_volume. (#47390) 2018-10-23 07:48:09 +01:00