diff --git a/branch/stable-4/_static/antsibull-minimal.css b/branch/stable-4/_static/antsibull-minimal.css index e02ad6db..5d0aa076 100644 --- a/branch/stable-4/_static/antsibull-minimal.css +++ b/branch/stable-4/_static/antsibull-minimal.css @@ -1,4 +1,4 @@ @charset "UTF-8"; /* Copyright (c) Ansible and contributors */ /* GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt) */ -:root{--antsibull-links-background:#5bbdbf;--antsibull-links-background-active:#91d9db;--antsibull-links-focus-outline:#204748;--antsibull-links-text:#fff;--antsibull-table-background-header:#6ab0de;--antsibull-table-background-even:#e7f2fa;--antsibull-table-background-odd:#fff;--antsibull-table-border:#000;--antsibull-narrowtable-background:#e7f2fa;--antsibull-option-type:purple;--antsibull-option-elements:purple;--antsibull-option-required:red;--antsibull-option-version-added:#006400;--antsibull-option-aliases:#006400;--antsibull-option-default:blue;--antsibull-option-sample:blue;--antsibull-option-sample-header:#000;--antsibull-attribute-support-none:red;--antsibull-attribute-support-partial:#a5a500;--antsibull-attribute-support-full:green;--antsibull-attribute-support-na:inherit;--antsibull-deprecation-border:#000;--antsibull-deprecation-background:#eee;--antsibull-deprecation-color:#000}.ansible-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ansible-links>*{margin:2px 4px!important}.ansible-links>li{list-style:none!important}.ansible-links>li>p{display:inline}.ansible-links a{display:block;padding:4px 12px;cursor:pointer;border-radius:3px;background-color:var(--antsibull-links-background);color:var(--antsibull-links-text)}.ansible-links a:active,.ansible-links a:focus,.ansible-links a:hover{background-color:var(--antsibull-links-background-active)}.ansible-links a:focus{outline:3px solid var(--antsibull-links-focus-outline)}table.documentation-table{border-bottom:1px solid var(--antsibull-table-border);border-right:1px solid var(--antsibull-table-border)}table.documentation-table th{background-color:var(--antsibull-table-background-header)}table.documentation-table td,table.documentation-table th{padding:4px;border-left:1px solid var(--antsibull-table-border);border-top:1px solid var(--antsibull-table-border)}table.documentation-table td.elbow-placeholder{border-top:0;width:30px;min-width:30px}table.documentation-table td{vertical-align:top}table.documentation-table td:first-child{white-space:nowrap}table.documentation-table tr .ansibleOptionLink{display:inline-block}table.documentation-table tr .ansibleOptionLink:after{content:"🔗";opacity:0}table.documentation-table tr:hover .ansibleOptionLink:after{opacity:1}table.documentation-table tr:nth-child(odd){background-color:var(--antsibull-table-background-odd)}table.documentation-table tr:nth-child(2n){background-color:var(--antsibull-table-background-even)}table.ansible-option-table{display:table;border-color:var(--antsibull-table-border)!important;height:1px}table.ansible-option-table tr{height:100%}table.ansible-option-table td,table.ansible-option-table th{border-color:var(--antsibull-table-border)!important;border-bottom:none!important;vertical-align:top!important}table.ansible-option-table th>p{font-size:medium!important}table.ansible-option-table thead tr{background-color:var(--antsibull-table-background-header)}table.ansible-option-table tbody .row-odd td{background-color:var(--antsibull-table-background-odd)!important}table.ansible-option-table tbody .row-even td{background-color:var(--antsibull-table-background-even)!important}table.ansible-option-table ul>li>p{margin:0!important}table.ansible-option-table ul>li>div[class^=highlight]{margin-bottom:4px!important}table.ansible-option-table p.ansible-option-title{display:inline}table.ansible-option-table .ansible-option-type-line{font-size:small;margin-bottom:0}table.ansible-option-table .ansible-option-type{color:var(--antsibull-option-type)}table.ansible-option-table .ansible-option-elements{color:var(--antsibull-option-elements)}table.ansible-option-table .ansible-option-required{color:var(--antsibull-option-required)}table.ansible-option-table .ansible-option-versionadded{font-size:small;color:var(--antsibull-option-version-added)}table.ansible-option-table .ansible-option-aliases{color:var(--antsibull-option-aliases);white-space:normal}table.ansible-option-table .ansible-option-line{margin-top:8px}table.ansible-option-table .ansible-option-choices-default-mark,table.ansible-option-table .ansible-option-default,table.ansible-option-table .ansible-option-default-bold{color:var(--antsibull-option-default)}table.ansible-option-table .ansible-option-sample{color:var(--antsibull-option-sample);word-wrap:break-word;word-break:break-all}table.ansible-option-table .ansible-option-sample-bold{color:var(--antsibull-option-sample-header)}table.ansible-option-table .ansible-attribute-support-none{color:var(--antsibull-attribute-support-none)}table.ansible-option-table .ansible-attribute-support-partial{color:var(--antsibull-attribute-support-partial)}table.ansible-option-table .ansible-attribute-support-full{color:var(--antsibull-attribute-support-full)}table.ansible-option-table .ansible-attribute-support-na{color:var(--antsibull-attribute-support-na)}table.ansible-option-table .ansibleOptionLink{display:inline-block}table.ansible-option-table .ansibleOptionLink:after{content:"🔗";opacity:0}table.ansible-option-table p{margin:0 0 8px}table.ansible-option-table tr:hover .ansibleOptionLink:after{opacity:1}table.ansible-option-table td{padding:0!important;white-space:normal}table.ansible-option-table td>div.ansible-option-cell{padding:8px 16px;border-top:1px solid var(--antsibull-table-border)}table.ansible-option-table td:first-child{height:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:first-child>div.ansible-option-cell{height:inherit;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;white-space:nowrap;max-width:100%}table.ansible-option-table .ansible-option-indent{margin-left:2em;border-right:1px solid var(--antsibull-table-border)}table.ansible-option-table .ansible-attribute-support-label{display:none}@media (max-width:1200px){table.ansible-option-table{display:block;height:unset;border:none!important}table.ansible-option-table thead{display:none}table.ansible-option-table tbody,table.ansible-option-table td,table.ansible-option-table tr{display:block;border:none!important}table.ansible-option-table tbody .row-even td,table.ansible-option-table tbody .row-odd td{background-color:unset!important}table.ansible-option-table td>div.ansible-option-cell{border-top:none}table.ansible-option-table td:first-child>div.ansible-option-cell{background-color:var(--antsibull-narrowtable-background)!important}table.ansible-option-table td:not(:first-child){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:not(:first-child)>div.ansible-option-cell{margin-left:1em}table.ansible-option-table .ansible-option-indent,table.ansible-option-table .ansible-option-indent-desc{margin-left:1em;border:none;border-right:3px solid var(--antsibull-narrowtable-background)}table.ansible-option-table .ansible-attribute-support-label{display:unset}}.ansible-version-added{font-style:italic}.ansible-option a.reference.external,.ansible-option a.reference.external:hover,.ansible-option a.reference.internal,.ansible-option a.reference.internal:hover,.ansible-option-value a.reference.external,.ansible-option-value a.reference.external:hover,.ansible-option-value a.reference.internal,.ansible-option-value a.reference.internal:hover,.ansible-return-value a.reference.external,.ansible-return-value a.reference.external:hover,.ansible-return-value a.reference.internal,.ansible-return-value a.reference.internal:hover{color:unset}.ansible-deprecation-marker{border-radius:1em;border:2px solid var(--antsibull-deprecation-border);background-color:var(--antsibull-deprecation-background);color:var(--antsibull-deprecation-color);padding:.2em .4em} \ No newline at end of file +:root{--antsibull-links-background: #5bbdbf;--antsibull-links-background-active: #91d9db;--antsibull-links-focus-outline: #204748;--antsibull-links-text: #fff;--antsibull-table-background-header: #6ab0de;--antsibull-table-background-even: #e7f2fa;--antsibull-table-background-odd: #fff;--antsibull-table-border: #000;--antsibull-narrowtable-background: #e7f2fa;--antsibull-option-type: purple;--antsibull-option-elements: purple;--antsibull-option-required: red;--antsibull-option-version-added: #006400;--antsibull-option-aliases: #006400;--antsibull-option-default: blue;--antsibull-option-sample: blue;--antsibull-option-sample-header: #000;--antsibull-attribute-support-none: red;--antsibull-attribute-support-partial: #a5a500;--antsibull-attribute-support-full: green;--antsibull-attribute-support-na: inherit;--antsibull-deprecation-border: #000;--antsibull-deprecation-background: #eee;--antsibull-deprecation-color: #000}.ansible-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ansible-links>*{margin:2px 4px!important}.ansible-links>li{list-style:none!important}.ansible-links>li>p{display:inline}.ansible-links a{display:block;padding:4px 12px;cursor:pointer;border-radius:3px;background-color:var(--antsibull-links-background);color:var(--antsibull-links-text)}.ansible-links a:active,.ansible-links a:focus,.ansible-links a:hover{background-color:var(--antsibull-links-background-active)}.ansible-links a:focus{outline:3px solid var(--antsibull-links-focus-outline)}table.documentation-table{border-bottom:1px solid var(--antsibull-table-border);border-right:1px solid var(--antsibull-table-border)}table.documentation-table th{background-color:var(--antsibull-table-background-header)}table.documentation-table td,table.documentation-table th{padding:4px;border-left:1px solid var(--antsibull-table-border);border-top:1px solid var(--antsibull-table-border)}table.documentation-table td.elbow-placeholder{border-top:0;width:30px;min-width:30px}table.documentation-table td{vertical-align:top}table.documentation-table td:first-child{white-space:nowrap}table.documentation-table tr .ansibleOptionLink{display:inline-block}table.documentation-table tr .ansibleOptionLink:after{content:"🔗";opacity:0}table.documentation-table tr:hover .ansibleOptionLink:after{opacity:1}table.documentation-table tr:nth-child(odd){background-color:var(--antsibull-table-background-odd)}table.documentation-table tr:nth-child(2n){background-color:var(--antsibull-table-background-even)}table.ansible-option-table{display:table;border-color:var(--antsibull-table-border)!important;height:1px}table.ansible-option-table tr{height:100%}table.ansible-option-table td,table.ansible-option-table th{border-color:var(--antsibull-table-border)!important;border-bottom:none!important;vertical-align:top!important}table.ansible-option-table th>p{font-size:medium!important}table.ansible-option-table thead tr{background-color:var(--antsibull-table-background-header)}table.ansible-option-table tbody .row-odd td{background-color:var(--antsibull-table-background-odd)!important}table.ansible-option-table tbody .row-even td{background-color:var(--antsibull-table-background-even)!important}table.ansible-option-table ul>li>p{margin:0!important}table.ansible-option-table ul>li>div[class^=highlight]{margin-bottom:4px!important}table.ansible-option-table p.ansible-option-title{display:inline}table.ansible-option-table .ansible-option-type-line{font-size:small;margin-bottom:0}table.ansible-option-table .ansible-option-type{color:var(--antsibull-option-type)}table.ansible-option-table .ansible-option-elements{color:var(--antsibull-option-elements)}table.ansible-option-table .ansible-option-required{color:var(--antsibull-option-required)}table.ansible-option-table .ansible-option-versionadded{font-size:small;color:var(--antsibull-option-version-added)}table.ansible-option-table .ansible-option-aliases{color:var(--antsibull-option-aliases);white-space:normal}table.ansible-option-table .ansible-option-line{margin-top:8px}table.ansible-option-table .ansible-option-choices-default-mark,table.ansible-option-table .ansible-option-default,table.ansible-option-table .ansible-option-default-bold{color:var(--antsibull-option-default)}table.ansible-option-table .ansible-option-sample{color:var(--antsibull-option-sample);word-wrap:break-word;word-break:break-all}table.ansible-option-table .ansible-option-sample-bold{color:var(--antsibull-option-sample-header)}table.ansible-option-table .ansible-attribute-support-none{color:var(--antsibull-attribute-support-none)}table.ansible-option-table .ansible-attribute-support-partial{color:var(--antsibull-attribute-support-partial)}table.ansible-option-table .ansible-attribute-support-full{color:var(--antsibull-attribute-support-full)}table.ansible-option-table .ansible-attribute-support-na{color:var(--antsibull-attribute-support-na)}table.ansible-option-table .ansibleOptionLink{display:inline-block}table.ansible-option-table .ansibleOptionLink:after{content:"🔗";opacity:0}table.ansible-option-table p{margin:0 0 8px}table.ansible-option-table tr:hover .ansibleOptionLink:after{opacity:1}table.ansible-option-table td{padding:0!important;white-space:normal}table.ansible-option-table td>div.ansible-option-cell{padding:8px 16px;border-top:1px solid var(--antsibull-table-border)}table.ansible-option-table td:first-child{height:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:first-child>div.ansible-option-cell{height:inherit;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;white-space:nowrap;max-width:100%}table.ansible-option-table .ansible-option-indent{margin-left:2em;border-right:1px solid var(--antsibull-table-border)}table.ansible-option-table .ansible-attribute-support-label{display:none}@media (max-width:1200px){table.ansible-option-table{display:block;height:unset;border:none!important}table.ansible-option-table thead{display:none}table.ansible-option-table tbody,table.ansible-option-table td,table.ansible-option-table tr{display:block;border:none!important}table.ansible-option-table tbody .row-even td,table.ansible-option-table tbody .row-odd td{background-color:unset!important}table.ansible-option-table td>div.ansible-option-cell{border-top:none}table.ansible-option-table td:first-child>div.ansible-option-cell{background-color:var(--antsibull-narrowtable-background)!important}table.ansible-option-table td:not(:first-child){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:not(:first-child)>div.ansible-option-cell{margin-left:1em}table.ansible-option-table .ansible-option-indent,table.ansible-option-table .ansible-option-indent-desc{margin-left:1em;border:none;border-right:solid 3px var(--antsibull-narrowtable-background)}table.ansible-option-table .ansible-attribute-support-label{display:unset}}.ansible-version-added{font-style:italic}.ansible-option a.reference.external,.ansible-option a.reference.external:hover,.ansible-option a.reference.internal,.ansible-option a.reference.internal:hover,.ansible-option-value a.reference.external,.ansible-option-value a.reference.external:hover,.ansible-option-value a.reference.internal,.ansible-option-value a.reference.internal:hover,.ansible-return-value a.reference.external,.ansible-return-value a.reference.external:hover,.ansible-return-value a.reference.internal,.ansible-return-value a.reference.internal:hover{color:unset}.ansible-deprecation-marker{border-radius:1em;border:2px solid var(--antsibull-deprecation-border);background-color:var(--antsibull-deprecation-background);color:var(--antsibull-deprecation-color);padding:.2em .4em} \ No newline at end of file diff --git a/branch/stable-4/current_container_facts_module.html b/branch/stable-4/current_container_facts_module.html index 14dfbc67..971905fd 100644 --- a/branch/stable-4/current_container_facts_module.html +++ b/branch/stable-4/current_container_facts_module.html @@ -4,7 +4,7 @@ - + community.docker.current_container_facts module – Return facts about whether the module runs in a container — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_api_connection.html b/branch/stable-4/docker_api_connection.html index 7b2f2ba9..73e0704e 100644 --- a/branch/stable-4/docker_api_connection.html +++ b/branch/stable-4/docker_api_connection.html @@ -4,7 +4,7 @@ - + community.docker.docker_api connection – Run tasks in docker containers — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_compose_module.html b/branch/stable-4/docker_compose_module.html index 47bbb891..4acf159b 100644 --- a/branch/stable-4/docker_compose_module.html +++ b/branch/stable-4/docker_compose_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_compose_v2_exec_module.html b/branch/stable-4/docker_compose_v2_exec_module.html index effa0316..fb203b9d 100644 --- a/branch/stable-4/docker_compose_v2_exec_module.html +++ b/branch/stable-4/docker_compose_v2_exec_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_compose_v2_module.html b/branch/stable-4/docker_compose_v2_module.html index ae3c4c1d..9ee11370 100644 --- a/branch/stable-4/docker_compose_v2_module.html +++ b/branch/stable-4/docker_compose_v2_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose CLI plugin — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_compose_v2_pull_module.html b/branch/stable-4/docker_compose_v2_pull_module.html index a2f8f81a..5a753b01 100644 --- a/branch/stable-4/docker_compose_v2_pull_module.html +++ b/branch/stable-4/docker_compose_v2_pull_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_pull module – Pull a Docker compose project — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_compose_v2_run_module.html b/branch/stable-4/docker_compose_v2_run_module.html index e09ce3ac..a74364f3 100644 --- a/branch/stable-4/docker_compose_v2_run_module.html +++ b/branch/stable-4/docker_compose_v2_run_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_config_module.html b/branch/stable-4/docker_config_module.html index a8d01f51..882e3c12 100644 --- a/branch/stable-4/docker_config_module.html +++ b/branch/stable-4/docker_config_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_config module – Manage docker configs — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_connection.html b/branch/stable-4/docker_connection.html index e49dabcc..65fb4118 100644 --- a/branch/stable-4/docker_connection.html +++ b/branch/stable-4/docker_connection.html @@ -4,7 +4,7 @@ - + community.docker.docker connection – Run tasks in docker containers — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_container_copy_into_module.html b/branch/stable-4/docker_container_copy_into_module.html index 0c875e39..7036614b 100644 --- a/branch/stable-4/docker_container_copy_into_module.html +++ b/branch/stable-4/docker_container_copy_into_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_copy_into module – Copy a file into a Docker container — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_container_exec_module.html b/branch/stable-4/docker_container_exec_module.html index f4d9387a..f4ec9cc3 100644 --- a/branch/stable-4/docker_container_exec_module.html +++ b/branch/stable-4/docker_container_exec_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_exec module – Execute command in a docker container — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_container_info_module.html b/branch/stable-4/docker_container_info_module.html index feabae79..7df98a9d 100644 --- a/branch/stable-4/docker_container_info_module.html +++ b/branch/stable-4/docker_container_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_info module – Retrieves facts about docker container — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_container_module.html b/branch/stable-4/docker_container_module.html index d7ed80e2..ce186a86 100644 --- a/branch/stable-4/docker_container_module.html +++ b/branch/stable-4/docker_container_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container module – manage Docker containers — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_containers_inventory.html b/branch/stable-4/docker_containers_inventory.html index 97dd3935..e525763f 100644 --- a/branch/stable-4/docker_containers_inventory.html +++ b/branch/stable-4/docker_containers_inventory.html @@ -4,7 +4,7 @@ - + community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_context_info_module.html b/branch/stable-4/docker_context_info_module.html index 08887ecd..83539e6c 100644 --- a/branch/stable-4/docker_context_info_module.html +++ b/branch/stable-4/docker_context_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_context_info module – Retrieve information on Docker contexts for the current user — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_host_info_module.html b/branch/stable-4/docker_host_info_module.html index 71e22776..dbc1e9d1 100644 --- a/branch/stable-4/docker_host_info_module.html +++ b/branch/stable-4/docker_host_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_build_module.html b/branch/stable-4/docker_image_build_module.html index 65b01609..3ccd6d14 100644 --- a/branch/stable-4/docker_image_build_module.html +++ b/branch/stable-4/docker_image_build_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_build module – Build Docker images using Docker buildx — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_export_module.html b/branch/stable-4/docker_image_export_module.html index b4a27462..0ef35ce9 100644 --- a/branch/stable-4/docker_image_export_module.html +++ b/branch/stable-4/docker_image_export_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_export module – Export (archive) Docker images — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_info_module.html b/branch/stable-4/docker_image_info_module.html index 005749f3..6568fb1e 100644 --- a/branch/stable-4/docker_image_info_module.html +++ b/branch/stable-4/docker_image_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_info module – Inspect docker images — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_load_module.html b/branch/stable-4/docker_image_load_module.html index ff5dbb32..f794166d 100644 --- a/branch/stable-4/docker_image_load_module.html +++ b/branch/stable-4/docker_image_load_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_load module – Load docker image(s) from archives — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_module.html b/branch/stable-4/docker_image_module.html index 37b74b1c..9b28b3af 100644 --- a/branch/stable-4/docker_image_module.html +++ b/branch/stable-4/docker_image_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image module – Manage docker images — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_pull_module.html b/branch/stable-4/docker_image_pull_module.html index efbbabf8..f2e10abb 100644 --- a/branch/stable-4/docker_image_pull_module.html +++ b/branch/stable-4/docker_image_pull_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_pull module – Pull Docker images from registries — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_push_module.html b/branch/stable-4/docker_image_push_module.html index 9457933c..26d4bce8 100644 --- a/branch/stable-4/docker_image_push_module.html +++ b/branch/stable-4/docker_image_push_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_push module – Push Docker images to registries — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_remove_module.html b/branch/stable-4/docker_image_remove_module.html index 11f6d9f1..ae8a5231 100644 --- a/branch/stable-4/docker_image_remove_module.html +++ b/branch/stable-4/docker_image_remove_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_remove module – Remove Docker images — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_image_tag_module.html b/branch/stable-4/docker_image_tag_module.html index 438ce72c..be47bca1 100644 --- a/branch/stable-4/docker_image_tag_module.html +++ b/branch/stable-4/docker_image_tag_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_tag module – Tag Docker images with new names and/or tags — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_login_module.html b/branch/stable-4/docker_login_module.html index aa60a3ae..c5b7122c 100644 --- a/branch/stable-4/docker_login_module.html +++ b/branch/stable-4/docker_login_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_login module – Log into a Docker registry — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_machine_inventory.html b/branch/stable-4/docker_machine_inventory.html index 0ada2c0f..5bd5075c 100644 --- a/branch/stable-4/docker_machine_inventory.html +++ b/branch/stable-4/docker_machine_inventory.html @@ -4,7 +4,7 @@ - + community.docker.docker_machine inventory – Docker Machine inventory source — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_network_info_module.html b/branch/stable-4/docker_network_info_module.html index 6e02b597..96a5b96c 100644 --- a/branch/stable-4/docker_network_info_module.html +++ b/branch/stable-4/docker_network_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_network_info module – Retrieves facts about docker network — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_network_module.html b/branch/stable-4/docker_network_module.html index fbe06fca..f963a926 100644 --- a/branch/stable-4/docker_network_module.html +++ b/branch/stable-4/docker_network_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_network module – Manage Docker networks — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_node_info_module.html b/branch/stable-4/docker_node_info_module.html index 6d8c4fff..345ac6a5 100644 --- a/branch/stable-4/docker_node_info_module.html +++ b/branch/stable-4/docker_node_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_node_module.html b/branch/stable-4/docker_node_module.html index 9927caff..f87c15a8 100644 --- a/branch/stable-4/docker_node_module.html +++ b/branch/stable-4/docker_node_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_node module – Manage Docker Swarm node — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_plugin_module.html b/branch/stable-4/docker_plugin_module.html index d1127aa0..e84335f5 100644 --- a/branch/stable-4/docker_plugin_module.html +++ b/branch/stable-4/docker_plugin_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_plugin module – Manage Docker plugins — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_prune_module.html b/branch/stable-4/docker_prune_module.html index 77ff99e5..8bf12c27 100644 --- a/branch/stable-4/docker_prune_module.html +++ b/branch/stable-4/docker_prune_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_prune module – Allows to prune various docker objects — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_secret_module.html b/branch/stable-4/docker_secret_module.html index 8ba62660..39be2934 100644 --- a/branch/stable-4/docker_secret_module.html +++ b/branch/stable-4/docker_secret_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_secret module – Manage docker secrets — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_stack_info_module.html b/branch/stable-4/docker_stack_info_module.html index c363ee4e..107e5f6e 100644 --- a/branch/stable-4/docker_stack_info_module.html +++ b/branch/stable-4/docker_stack_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_stack_info module – Return information on all docker stacks — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_stack_module.html b/branch/stable-4/docker_stack_module.html index a125edb4..b30e8898 100644 --- a/branch/stable-4/docker_stack_module.html +++ b/branch/stable-4/docker_stack_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_stack module – docker stack module — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_stack_task_info_module.html b/branch/stable-4/docker_stack_task_info_module.html index b996a83c..2a0ef411 100644 --- a/branch/stable-4/docker_stack_task_info_module.html +++ b/branch/stable-4/docker_stack_task_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_swarm_info_module.html b/branch/stable-4/docker_swarm_info_module.html index 53890c6f..b78232ae 100644 --- a/branch/stable-4/docker_swarm_info_module.html +++ b/branch/stable-4/docker_swarm_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_swarm_inventory.html b/branch/stable-4/docker_swarm_inventory.html index 7bd9cbf3..fc6bebfb 100644 --- a/branch/stable-4/docker_swarm_inventory.html +++ b/branch/stable-4/docker_swarm_inventory.html @@ -4,7 +4,7 @@ - + community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_swarm_module.html b/branch/stable-4/docker_swarm_module.html index 8aab241e..4c537fae 100644 --- a/branch/stable-4/docker_swarm_module.html +++ b/branch/stable-4/docker_swarm_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_swarm module – Manage Swarm cluster — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_swarm_service_info_module.html b/branch/stable-4/docker_swarm_service_info_module.html index dfc1602b..e62030c2 100644 --- a/branch/stable-4/docker_swarm_service_info_module.html +++ b/branch/stable-4/docker_swarm_service_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_swarm_service_module.html b/branch/stable-4/docker_swarm_service_module.html index b8620508..0aa51458 100644 --- a/branch/stable-4/docker_swarm_service_module.html +++ b/branch/stable-4/docker_swarm_service_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_swarm_service module – docker swarm service — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_volume_info_module.html b/branch/stable-4/docker_volume_info_module.html index e2e5023d..13dce56d 100644 --- a/branch/stable-4/docker_volume_info_module.html +++ b/branch/stable-4/docker_volume_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_volume_info module – Retrieve facts about Docker volumes — Community.Docker Collection documentation diff --git a/branch/stable-4/docker_volume_module.html b/branch/stable-4/docker_volume_module.html index 0b2b23f0..0b390438 100644 --- a/branch/stable-4/docker_volume_module.html +++ b/branch/stable-4/docker_volume_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_volume module – Manage Docker volumes — Community.Docker Collection documentation diff --git a/branch/stable-4/environment_variables.html b/branch/stable-4/environment_variables.html index fe681f58..672b7139 100644 --- a/branch/stable-4/environment_variables.html +++ b/branch/stable-4/environment_variables.html @@ -4,7 +4,7 @@ - + Index of all Collection Environment Variables — Community.Docker Collection documentation diff --git a/branch/stable-4/index.html b/branch/stable-4/index.html index d363b340..25385a47 100644 --- a/branch/stable-4/index.html +++ b/branch/stable-4/index.html @@ -4,7 +4,7 @@ - + Community.Docker — Community.Docker Collection documentation diff --git a/branch/stable-4/nsenter_connection.html b/branch/stable-4/nsenter_connection.html index fbf477d9..d0114909 100644 --- a/branch/stable-4/nsenter_connection.html +++ b/branch/stable-4/nsenter_connection.html @@ -4,7 +4,7 @@ - + community.docker.nsenter connection – execute on host running controller container — Community.Docker Collection documentation