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

Update docs and script (#973)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2025-08-25 11:45:29 +03:00 committed by GitHub
parent 5265f8c91c
commit 73b7bb1d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 764 additions and 118 deletions

View file

@ -150,7 +150,7 @@
</ul>
<ul class="ansible-links">
<li><span><a aria-role="button" class="ansible-link reference external" href="https://github.com/containers/ansible-podman-collections/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc" rel="noopener external" target="_blank">Issue Tracker</a></span></li>
<li><span><a aria-role="button" class="ansible-link reference external" href="https://github.com/containers/ansible-podman-collections.git" rel="noopener external" target="_blank">Repository (Sources)</a></span></li>
<li><span><a aria-role="button" class="ansible-link reference external" href="https://github.com/containers/ansible-podman-collections" rel="noopener external" target="_blank">Repository (Sources)</a></span></li>
</ul>
<div class="toctree-wrapper compound">
</div>
@ -186,6 +186,8 @@
<li><p><a class="reference internal" href="podman_search_module.html#ansible-collections-containers-podman-podman-search-module"><span class="std std-ref">podman_search module</span></a> Search for remote images using podman</p></li>
<li><p><a class="reference internal" href="podman_secret_module.html#ansible-collections-containers-podman-podman-secret-module"><span class="std std-ref">podman_secret module</span></a> Manage podman secrets</p></li>
<li><p><a class="reference internal" href="podman_secret_info_module.html#ansible-collections-containers-podman-podman-secret-info-module"><span class="std std-ref">podman_secret_info module</span></a> Gather info about podman secrets</p></li>
<li><p><a class="reference internal" href="podman_system_connection_module.html#ansible-collections-containers-podman-podman-system-connection-module"><span class="std std-ref">podman_system_connection module</span></a> Manage podman system connections</p></li>
<li><p><a class="reference internal" href="podman_system_connection_info_module.html#ansible-collections-containers-podman-podman-system-connection-info-module"><span class="std std-ref">podman_system_connection_info module</span></a> Gather info about podman system connections</p></li>
<li><p><a class="reference internal" href="podman_system_info_module.html#ansible-collections-containers-podman-podman-system-info-module"><span class="std std-ref">podman_system_info module</span></a> Get podman system information from host machine</p></li>
<li><p><a class="reference internal" href="podman_tag_module.html#ansible-collections-containers-podman-podman-tag-module"><span class="std std-ref">podman_tag module</span></a> Add an additional name to a local image</p></li>
<li><p><a class="reference internal" href="podman_volume_module.html#ansible-collections-containers-podman-podman-volume-module"><span class="std std-ref">podman_volume module</span></a> Manage Podman volumes</p></li>