This commit is contained in:
mjbogusz 2025-07-09 17:47:38 +00:00
parent 3e6be7b735
commit 8ff47d73f2
4 changed files with 11 additions and 3 deletions

View File

@ -341,7 +341,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<div class="ansibleOptionAnchor" id="parameter-memory_limit"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-compose-v2-build-module-parameter-memory-limit"><strong>memory_limit</strong></p>
<a class="ansibleOptionLink" href="#parameter-memory_limit" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Memory limit for the build container, in bytes. Not supported by BuildKit</p>
<td><div class="ansible-option-cell"><p>Memory limit for the build container, in bytes. Not supported by BuildKit.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
@ -385,7 +385,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<div class="ansibleOptionAnchor" id="parameter-pull"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-compose-v2-build-module-parameter-pull"><strong>pull</strong></p>
<a class="ansibleOptionLink" href="#parameter-pull" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>, will attempt to pull newer version of the image</p>
<td><div class="ansible-option-cell"><p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>, will attempt to pull newer version of the image.</p>
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
<ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>

View File

@ -673,8 +673,14 @@ will change over time. New releases of the Docker compose CLI plugin can break t
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
<dt><a class="reference internal" href="docker_compose_v2_build_module.html#ansible-collections-community-docker-docker-compose-v2-build-module"><span class="std std-ref">community.docker.docker_compose_v2_build</span></a></dt><dd><p>Build a Docker compose project.</p>
</dd>
<dt><a class="reference internal" href="docker_compose_v2_exec_module.html#ansible-collections-community-docker-docker-compose-v2-exec-module"><span class="std std-ref">community.docker.docker_compose_v2_exec</span></a></dt><dd><p>Run command in a container of a Compose service.</p>
</dd>
<dt><a class="reference internal" href="docker_compose_v2_pull_module.html#ansible-collections-community-docker-docker-compose-v2-pull-module"><span class="std std-ref">community.docker.docker_compose_v2_pull</span></a></dt><dd><p>Pull a Docker compose project.</p>
</dd>
<dt><a class="reference internal" href="docker_compose_v2_run_module.html#ansible-collections-community-docker-docker-compose-v2-run-module"><span class="std std-ref">community.docker.docker_compose_v2_run</span></a></dt><dd><p>Run command in a new container of a Compose service.</p>
</dd>
</dl>
</div>
</section>

View File

@ -404,6 +404,8 @@ by Docker SDK for Python.</p>
<div><dl class="simple">
<dt>community.docker.docker_compose_v2</dt><dd><p>The <a class="reference internal" href="../docker_compose_v2_module.html#ansible-collections-community-docker-docker-compose-v2-module"><span class="std std-ref">community.docker.docker_compose_v2 module</span></a> allows you to use your existing Docker Compose files to orchestrate containers on a single Docker daemon or on Swarm.</p>
</dd>
<dt>community.docker.docker_compose_v2_build</dt><dd><p>The <a class="reference internal" href="../docker_compose_v2_pull_module.html#ansible-collections-community-docker-docker-compose-v2-pull-module"><span class="std std-ref">community.docker.docker_compose_v2_pull module</span></a> allows you to build images for Docker compose projects.</p>
</dd>
<dt>community.docker.docker_compose_v2_exec</dt><dd><p>The <a class="reference internal" href="../docker_compose_v2_exec_module.html#ansible-collections-community-docker-docker-compose-v2-exec-module"><span class="std std-ref">community.docker.docker_compose_v2_exec module</span></a> allows you to run a command in a container of Docker Compose projects.</p>
</dd>
<dt>community.docker.docker_compose_v2_pull</dt><dd><p>The <a class="reference internal" href="../docker_compose_v2_pull_module.html#ansible-collections-community-docker-docker-compose-v2-pull-module"><span class="std std-ref">community.docker.docker_compose_v2_pull module</span></a> allows you to pull Docker Compose projects.</p>

File diff suppressed because one or more lines are too long