From 7a1d668e0ee0b9ec15fca0a1cb8a245945781de3 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:26:35 +0300 Subject: [PATCH] Update inspection info about objects in modules (#819) Signed-off-by: Sagi Shnaidman --- docs/buildah_connection.html | 1 + docs/environment_variables.html | 1 + docs/genindex.html | 1 + docs/index.html | 2 + docs/objects.inv | Bin 7894 -> 8007 bytes docs/podman_connection.html | 1 + docs/podman_container_exec_module.html | 5 +- docs/podman_container_info_module.html | 5 +- docs/podman_container_module.html | 7 +- docs/podman_containers_module.html | 1 + docs/podman_export_module.html | 1 + docs/podman_generate_systemd_module.html | 1 + docs/podman_image_info_module.html | 3 +- docs/podman_image_module.html | 3 +- docs/podman_import_module.html | 1 + docs/podman_load_module.html | 1 + docs/podman_login_info_module.html | 1 + docs/podman_login_module.html | 1 + docs/podman_logout_module.html | 1 + docs/podman_network_info_module.html | 3 +- docs/podman_network_module.html | 3 +- docs/podman_play_module.html | 1 + docs/podman_pod_info_module.html | 3 +- docs/podman_pod_module.html | 3 +- docs/podman_prune_module.html | 1 + docs/podman_runlabel_module.html | 1 + docs/podman_save_module.html | 1 + docs/podman_search_module.html | 1 + docs/podman_secret_info_module.html | 1 + docs/podman_secret_module.html | 1 + docs/podman_tag_module.html | 1 + docs/podman_unshare_become.html | 1 + docs/podman_volume_info_module.html | 3 +- docs/podman_volume_module.html | 3 +- docs/search.html | 1 + docs/searchindex.js | 2 +- plugins/modules/podman_container.py | 364 +++++++++++----- plugins/modules/podman_container_info.py | 511 ++++++++++++----------- plugins/modules/podman_image.py | 174 +++----- plugins/modules/podman_image_info.py | 138 +++--- plugins/modules/podman_network.py | 49 +-- plugins/modules/podman_network_info.py | 55 +-- plugins/modules/podman_pod.py | 127 ++++-- plugins/modules/podman_pod_info.py | 126 ++++-- plugins/modules/podman_volume.py | 14 +- plugins/modules/podman_volume_info.py | 17 +- 46 files changed, 942 insertions(+), 700 deletions(-) diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 3139bb8..55fdb04 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -136,6 +136,7 @@ To check whether it is installed, run containers.podman.podman_container module – Manage podman containers +
  • containers.podman.podman_container_copy module – Copy file to/from a container
  • containers.podman.podman_container_exec module – Executes a command in a running container.
  • containers.podman.podman_container_info module – Gather facts about containers using podman
  • containers.podman.podman_containers module – Manage podman containers in a batch
  • diff --git a/docs/environment_variables.html b/docs/environment_variables.html index c0389b3..012405f 100644 --- a/docs/environment_variables.html +++ b/docs/environment_variables.html @@ -104,6 +104,7 @@ Environment variables used by the ansible-core configuration are documented in <

    Navigation