1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Update inspection info about objects in modules (#819)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2024-08-16 19:26:35 +03:00 committed by GitHub
parent ba88eda0fc
commit 7a1d668e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 942 additions and 700 deletions

View file

@ -218,7 +218,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
</div></td>
<td><div class="ansible-option-cell"><p>Volume inspection results if exists.</p>
<p class="ansible-option-line"><strong class="ansible-option-returned-bold">Returned:</strong> always</p>
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">{&quot;CreatedAt&quot;:</span> <span class="pre">&quot;2020-06-05T16:38:55.277628769+03:00&quot;,</span> <span class="pre">&quot;Driver&quot;:</span> <span class="pre">&quot;local&quot;,</span> <span class="pre">&quot;Labels&quot;:</span> <span class="pre">{&quot;key.com&quot;:</span> <span class="pre">&quot;value&quot;,</span> <span class="pre">&quot;key.org&quot;:</span> <span class="pre">&quot;value2&quot;},</span> <span class="pre">&quot;Mountpoint&quot;:</span> <span class="pre">&quot;/home/user/.local/share/containers/storage/volumes/test/_data&quot;,</span> <span class="pre">&quot;Name&quot;:</span> <span class="pre">&quot;test&quot;,</span> <span class="pre">&quot;Options&quot;:</span> <span class="pre">{},</span> <span class="pre">&quot;Scope&quot;:</span> <span class="pre">&quot;local&quot;}</span></code></p>
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">{&quot;CreatedAt&quot;:</span> <span class="pre">&quot;2023-11-30T16:41:31.310865559+02:00&quot;,</span> <span class="pre">&quot;Driver&quot;:</span> <span class="pre">&quot;local&quot;,</span> <span class="pre">&quot;Labels&quot;:</span> <span class="pre">{},</span> <span class="pre">&quot;LockNumber&quot;:</span> <span class="pre">18,</span> <span class="pre">&quot;MountCount&quot;:</span> <span class="pre">0,</span> <span class="pre">&quot;Mountpoint&quot;:</span> <span class="pre">&quot;/home/user/.local/share/containers/storage/volumes/volname/_data&quot;,</span> <span class="pre">&quot;Name&quot;:</span> <span class="pre">&quot;volname&quot;,</span> <span class="pre">&quot;NeedsChown&quot;:</span> <span class="pre">true,</span> <span class="pre">&quot;NeedsCopyUp&quot;:</span> <span class="pre">true,</span> <span class="pre">&quot;Options&quot;:</span> <span class="pre">{},</span> <span class="pre">&quot;Scope&quot;:</span> <span class="pre">&quot;local&quot;}</span></code></p>
</div></td>
</tr>
</tbody>
@ -258,6 +258,7 @@ see <a class="reference internal" href="#ansible-collections-containers-podman-p
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="podman_container_module.html">containers.podman.podman_container module Manage podman containers</a></li>
<li class="toctree-l1"><a class="reference internal" href="podman_container_copy_module.html">containers.podman.podman_container_copy module Copy file to/from a container</a></li>
<li class="toctree-l1"><a class="reference internal" href="podman_container_exec_module.html">containers.podman.podman_container_exec module Executes a command in a running container.</a></li>
<li class="toctree-l1"><a class="reference internal" href="podman_container_info_module.html">containers.podman.podman_container_info module Gather facts about containers using podman</a></li>
<li class="toctree-l1"><a class="reference internal" href="podman_containers_module.html">containers.podman.podman_containers module Manage podman containers in a batch</a></li>