From 67c6a4d1dccb62159b9d9b2dea4e2f487446e276 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Apr 2024 06:05:56 +0200 Subject: Adding upstream version 9.5.1+dfsg. Signed-off-by: Daniel Baumann --- .../containers/podman/docs/buildah_connection.html | 2 +- .../containers/podman/docs/index.html | 2 +- .../containers/podman/docs/objects.inv | Bin 6943 -> 7128 bytes .../containers/podman/docs/podman_connection.html | 2 +- .../podman/docs/podman_container_exec_module.html | 18 +++- .../podman/docs/podman_container_info_module.html | 2 +- .../podman/docs/podman_container_module.html | 105 ++++++++++++++------- .../podman/docs/podman_containers_module.html | 2 +- .../podman/docs/podman_export_module.html | 2 +- .../docs/podman_generate_systemd_module.html | 3 +- .../podman/docs/podman_image_info_module.html | 4 +- .../podman/docs/podman_image_module.html | 42 ++++++++- .../podman/docs/podman_import_module.html | 2 +- .../containers/podman/docs/podman_load_module.html | 2 +- .../podman/docs/podman_login_info_module.html | 2 +- .../podman/docs/podman_login_module.html | 2 +- .../podman/docs/podman_logout_module.html | 2 +- .../podman/docs/podman_network_info_module.html | 2 +- .../podman/docs/podman_network_module.html | 36 ++++++- .../containers/podman/docs/podman_play_module.html | 51 ++++++++-- .../podman/docs/podman_pod_info_module.html | 2 +- .../containers/podman/docs/podman_pod_module.html | 50 ++++++++-- .../podman/docs/podman_prune_module.html | 2 +- .../podman/docs/podman_runlabel_module.html | 2 +- .../containers/podman/docs/podman_save_module.html | 2 +- .../podman/docs/podman_secret_info_module.html | 2 +- .../podman/docs/podman_secret_module.html | 2 +- .../containers/podman/docs/podman_tag_module.html | 2 +- .../podman/docs/podman_unshare_become.html | 2 +- .../podman/docs/podman_volume_info_module.html | 2 +- .../podman/docs/podman_volume_module.html | 39 +++++++- 31 files changed, 302 insertions(+), 88 deletions(-) (limited to 'ansible_collections/containers/podman/docs') diff --git a/ansible_collections/containers/podman/docs/buildah_connection.html b/ansible_collections/containers/podman/docs/buildah_connection.html index 0d16691d4..28b73f8bf 100644 --- a/ansible_collections/containers/podman/docs/buildah_connection.html +++ b/ansible_collections/containers/podman/docs/buildah_connection.html @@ -37,7 +37,7 @@

containers.podman.buildah connection – Interact with an existing buildah container

Note

-

This connection plugin is part of the containers.podman collection (version 1.11.0).

+

This connection plugin is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

diff --git a/ansible_collections/containers/podman/docs/index.html b/ansible_collections/containers/podman/docs/index.html index ec765ccb4..8880530d7 100644 --- a/ansible_collections/containers/podman/docs/index.html +++ b/ansible_collections/containers/podman/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.11.0

+

Collection version 1.13.0

diff --git a/ansible_collections/containers/podman/docs/podman_containers_module.html b/ansible_collections/containers/podman/docs/podman_containers_module.html index e84707d36..adc0dca87 100644 --- a/ansible_collections/containers/podman/docs/podman_containers_module.html +++ b/ansible_collections/containers/podman/docs/podman_containers_module.html @@ -37,7 +37,7 @@

containers.podman.podman_containers module – Manage podman containers in a batch

Note

-

This module is part of the containers.podman collection (version 1.11.0).

+

This module is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_export_module.html b/ansible_collections/containers/podman/docs/podman_export_module.html index 5a51a171c..b5e525aa4 100644 --- a/ansible_collections/containers/podman/docs/podman_export_module.html +++ b/ansible_collections/containers/podman/docs/podman_export_module.html @@ -37,7 +37,7 @@

containers.podman.podman_export module – Export a podman container

Note

-

This module is part of the containers.podman collection (version 1.11.0).

+

This module is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_generate_systemd_module.html b/ansible_collections/containers/podman/docs/podman_generate_systemd_module.html index 892160486..daec06e3f 100644 --- a/ansible_collections/containers/podman/docs/podman_generate_systemd_module.html +++ b/ansible_collections/containers/podman/docs/podman_generate_systemd_module.html @@ -37,7 +37,7 @@

containers.podman.podman_generate_systemd module – Generate systemd unit from a pod or a container

Note

-

This module is part of the containers.podman collection (version 1.11.0).

+

This module is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman. @@ -318,6 +318,7 @@ see - name: Postgres container must be started and enabled on systemd ansible.builtin.systemd: name: container-postgres_local + scope: user daemon_reload: true state: started enabled: true diff --git a/ansible_collections/containers/podman/docs/podman_image_info_module.html b/ansible_collections/containers/podman/docs/podman_image_info_module.html index be1f33883..b64277209 100644 --- a/ansible_collections/containers/podman/docs/podman_image_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_image_info_module.html @@ -37,7 +37,7 @@

containers.podman.podman_image_info module – Gather info about images using podman

Note

-

This module is part of the containers.podman collection (version 1.11.0).

+

This module is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

@@ -123,7 +123,7 @@ To check whether it is installed, run

images

-

dictionary

+

list / elements=string

info from all or specified images

Returned: always

diff --git a/ansible_collections/containers/podman/docs/podman_image_module.html b/ansible_collections/containers/podman/docs/podman_image_module.html index 74c1dac80..941b06dfa 100644 --- a/ansible_collections/containers/podman/docs/podman_image_module.html +++ b/ansible_collections/containers/podman/docs/podman_image_module.html @@ -37,7 +37,7 @@

containers.podman.podman_image module – Pull images for use by podman

Note

-

This module is part of the containers.podman collection (version 1.11.0).

+

This module is part of the containers.podman collection (version 1.13.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

@@ -344,6 +344,27 @@ To check whether it is installed, run
+

quadlet_dir

+

path

+
+

Path to the directory to write quadlet file in. By default, it will be set as /etc/containers/systemd/ for root user, ~/.config/containers/systemd/ for non-root users.

+
+ +
+

quadlet_filename

+

string

+
+

Name of quadlet file to write. By default it takes image name without prefixes and tags.

+
+ +
+

quadlet_options

+

list / elements=string

+
+

Options for the quadlet file. Provide missing in usual network args options as a list of lines to add.

+
+ +

state

string

@@ -353,10 +374,11 @@ To check whether it is installed, run "present" ← (default)

  • "absent"

  • "build"

  • +
  • "quadlet"

  • -
    +

    tag

    string

    @@ -364,14 +386,14 @@ To check whether it is installed, run Default: "latest"

    -
    +

    username

    string

    username to use when authenticating to remote registries.

    -
    +

    validate_certs

    @@ -493,6 +515,18 @@ To check whether it is installed, run containers.podman.podman_image: name: nginx arch: amd64 + +- name: Create a quadlet file for an image + containers.podman.podman_image: + name: docker.io/library/alpine:latest + state: quadlet + quadlet_dir: /etc/containers/systemd + quadlet_filename: alpine-latest + quadlet_options: + - Variant=arm/v7 + - | + [Install] + WantedBy=default.target
    diff --git a/ansible_collections/containers/podman/docs/podman_import_module.html b/ansible_collections/containers/podman/docs/podman_import_module.html index e1dea2279..b7140a6b9 100644 --- a/ansible_collections/containers/podman/docs/podman_import_module.html +++ b/ansible_collections/containers/podman/docs/podman_import_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_import module – Import Podman container from a tar file.

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_load_module.html b/ansible_collections/containers/podman/docs/podman_load_module.html index a81014f03..256597ef5 100644 --- a/ansible_collections/containers/podman/docs/podman_load_module.html +++ b/ansible_collections/containers/podman/docs/podman_load_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_load module – Load image from a tar file.

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_login_info_module.html b/ansible_collections/containers/podman/docs/podman_login_info_module.html index 7230f2de7..9b18049cd 100644 --- a/ansible_collections/containers/podman/docs/podman_login_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_login_info_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_login_info module – Return the logged-in user if any for a given registry

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_login_module.html b/ansible_collections/containers/podman/docs/podman_login_module.html index 20a3e1475..61adafae2 100644 --- a/ansible_collections/containers/podman/docs/podman_login_module.html +++ b/ansible_collections/containers/podman/docs/podman_login_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_login module – Login to a container registry using podman

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_logout_module.html b/ansible_collections/containers/podman/docs/podman_logout_module.html index e52d3f016..9d0295c50 100644 --- a/ansible_collections/containers/podman/docs/podman_logout_module.html +++ b/ansible_collections/containers/podman/docs/podman_logout_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_logout module – Log out of a container registry using podman

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_network_info_module.html b/ansible_collections/containers/podman/docs/podman_network_info_module.html index 488b52f62..cb8f98328 100644 --- a/ansible_collections/containers/podman/docs/podman_network_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_network_info_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_network_info module – Gather info about podman networks

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_network_module.html b/ansible_collections/containers/podman/docs/podman_network_module.html index c83643774..daaf3bc22 100644 --- a/ansible_collections/containers/podman/docs/podman_network_module.html +++ b/ansible_collections/containers/podman/docs/podman_network_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_network module – Manage podman networks

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. @@ -242,6 +242,27 @@ see

    +

    Path to the directory to write quadlet file in. By default, it will be set as /etc/containers/systemd/ for root user, ~/.config/containers/systemd/ for non-root users.

    +
    + +
    +

    quadlet_filename

    +

    string

    +
    +

    Name of quadlet file to write. By default it takes name value.

    +
    + +
    +

    quadlet_options

    +

    list / elements=string

    +
    +

    Options for the quadlet file. Provide missing in usual network args options as a list of lines to add.

    +
    + +

    recreate

    boolean

    @@ -253,7 +274,7 @@ see -
    diff --git a/ansible_collections/containers/podman/docs/podman_play_module.html b/ansible_collections/containers/podman/docs/podman_play_module.html index 4c27c4841..30a3654c8 100644 --- a/ansible_collections/containers/podman/docs/podman_play_module.html +++ b/ansible_collections/containers/podman/docs/podman_play_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_play module – Play kubernetes YAML file using podman

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. @@ -205,7 +205,7 @@ see

    tag

    string

    -

    specify a custom log tag for the container. This option is currently supported only by the journald log driver in Podman.

    +

    Specify a custom log tag for the container. This option is currently supported only by the journald log driver in Podman.

    @@ -223,6 +223,27 @@ see +

    Path to the directory to write quadlet file in. By default, it will be set as /etc/containers/systemd/ for root user, ~/.config/containers/systemd/ for non-root users.

    +
    + +
    +

    quadlet_filename

    +

    string

    +
    +

    Name of quadlet file to write. Must be specified if state is quadlet.

    +
    + +
    +

    quadlet_options

    +

    list / elements=string

    +
    +

    Options for the quadlet file. Provide missing in usual network args options as a list of lines to add.

    +
    + +

    quiet

    boolean

    @@ -234,7 +255,7 @@ see
    +

    recreate

    boolean

    @@ -246,14 +267,14 @@ see
    +

    Directory path for seccomp profiles (default is “/var/lib/kubelet/seccomp”). This option is not available with the remote Podman client

    -
    +

    state

    string / required

    @@ -263,10 +284,11 @@ see "created"

  • "started"

  • "absent"

  • +
  • "quadlet"

  • -
    +

    tls_verify

    boolean

    @@ -278,14 +300,14 @@ see
    diff --git a/ansible_collections/containers/podman/docs/podman_pod_info_module.html b/ansible_collections/containers/podman/docs/podman_pod_info_module.html index b708bdb1f..d93a4370c 100644 --- a/ansible_collections/containers/podman/docs/podman_pod_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_pod_info_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_pod_info module – Gather info about podman pods

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_pod_module.html b/ansible_collections/containers/podman/docs/podman_pod_module.html index ff057319e..6cd068f33 100644 --- a/ansible_collections/containers/podman/docs/podman_pod_module.html +++ b/ansible_collections/containers/podman/docs/podman_pod_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_pod module – Manage Podman pods

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. @@ -486,6 +486,27 @@ see

    +

    Path to the directory to write quadlet file in. By default, it will be set as /etc/containers/systemd/ for root user, ~/.config/containers/systemd/ for non-root users.

    +
    + +
    +

    quadlet_filename

    +

    string

    +
    +

    Name of quadlet file to write. By default it takes name value.

    +
    + +
    +

    quadlet_options

    +

    list / elements=string

    +
    +

    Options for the quadlet file. Provide missing in usual container args options as a list of lines to add.

    +
    + +

    recreate

    boolean

    @@ -497,14 +518,14 @@ see
    +

    share

    string

    A comma delimited list of kernel namespaces to share. If none or “” is specified, no namespaces will be shared. The namespaces to choose from are ipc, net, pid, user, uts.

    -
    +

    state

    string

    @@ -519,38 +540,39 @@ see "stopped"

  • "paused"

  • "unpaused"

  • +
  • "quadlet"

  • -
    +

    Name for GID map from the /etc/subgid file. Using this flag will run the container with user namespace enabled. This flag conflicts with `userns` and `gidmap`.

    -
    +

    subuidname

    string

    Name for UID map from the /etc/subuid file. Using this flag will run the container with user namespace enabled. This flag conflicts with `userns` and `uidmap`.

    -
    +

    uidmap

    list / elements=string

    Run the container in a new user namespace using the supplied mapping. This option conflicts with the `userns` and `subuidname` options. This option provides a way to map host UIDs to container UIDs. It can be passed several times to map different ranges.

    -
    +

    userns

    string

    Set the user namespace mode for all the containers in a pod. It defaults to the PODMAN_USERNS environment variable. An empty value (“”) means user namespaces are disabled.

    -
    +

    volume

    aliases: volumes

    @@ -565,7 +587,7 @@ see

    Examples

    diff --git a/ansible_collections/containers/podman/docs/podman_prune_module.html b/ansible_collections/containers/podman/docs/podman_prune_module.html index a596a9c9d..5340e199c 100644 --- a/ansible_collections/containers/podman/docs/podman_prune_module.html +++ b/ansible_collections/containers/podman/docs/podman_prune_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_prune module – Allows to prune various podman objects

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_runlabel_module.html b/ansible_collections/containers/podman/docs/podman_runlabel_module.html index 133d14adf..9fa123e9d 100644 --- a/ansible_collections/containers/podman/docs/podman_runlabel_module.html +++ b/ansible_collections/containers/podman/docs/podman_runlabel_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_runlabel module – Run given label from given image

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_save_module.html b/ansible_collections/containers/podman/docs/podman_save_module.html index 7a58a96b0..ea7fe01b5 100644 --- a/ansible_collections/containers/podman/docs/podman_save_module.html +++ b/ansible_collections/containers/podman/docs/podman_save_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_save module – Saves podman image to tar file

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_secret_info_module.html b/ansible_collections/containers/podman/docs/podman_secret_info_module.html index acab00e36..7c8f69c54 100644 --- a/ansible_collections/containers/podman/docs/podman_secret_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_secret_info_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_secret_info module – Gather info about podman secrets

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_secret_module.html b/ansible_collections/containers/podman/docs/podman_secret_module.html index ace978f70..11b33f02c 100644 --- a/ansible_collections/containers/podman/docs/podman_secret_module.html +++ b/ansible_collections/containers/podman/docs/podman_secret_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_secret module – Manage podman secrets

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_tag_module.html b/ansible_collections/containers/podman/docs/podman_tag_module.html index d7a369d5c..17687a89a 100644 --- a/ansible_collections/containers/podman/docs/podman_tag_module.html +++ b/ansible_collections/containers/podman/docs/podman_tag_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_tag module – Add an additional name to a local image

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_unshare_become.html b/ansible_collections/containers/podman/docs/podman_unshare_become.html index 0a149528d..ae5b9003b 100644 --- a/ansible_collections/containers/podman/docs/podman_unshare_become.html +++ b/ansible_collections/containers/podman/docs/podman_unshare_become.html @@ -37,7 +37,7 @@

    containers.podman.podman_unshare become – Run tasks using podman unshare

    Note

    -

    This become plugin is part of the containers.podman collection (version 1.11.0).

    +

    This become plugin is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman.

    diff --git a/ansible_collections/containers/podman/docs/podman_volume_info_module.html b/ansible_collections/containers/podman/docs/podman_volume_info_module.html index 94481a108..35af76fc6 100644 --- a/ansible_collections/containers/podman/docs/podman_volume_info_module.html +++ b/ansible_collections/containers/podman/docs/podman_volume_info_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_volume_info module – Gather info about podman volumes

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. diff --git a/ansible_collections/containers/podman/docs/podman_volume_module.html b/ansible_collections/containers/podman/docs/podman_volume_module.html index d982f9e1b..11f57bf97 100644 --- a/ansible_collections/containers/podman/docs/podman_volume_module.html +++ b/ansible_collections/containers/podman/docs/podman_volume_module.html @@ -37,7 +37,7 @@

    containers.podman.podman_volume module – Manage Podman volumes

    Note

    -

    This module is part of the containers.podman collection (version 1.11.0).

    +

    This module is part of the containers.podman collection (version 1.13.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install containers.podman. @@ -126,6 +126,27 @@ see

    +

    Path to the directory to write quadlet file in. By default, it will be set as /etc/containers/systemd/ for root user, ~/.config/containers/systemd/ for non-root users.

    +
    + +
    +

    quadlet_filename

    +

    string

    +
    +

    Name of quadlet file to write. By default it takes name value.

    +
    + +
    +

    quadlet_options

    +

    list / elements=string

    +
    +

    Options for the quadlet file. Provide missing in usual network args options as a list of lines to add.

    +
    + +

    recreate

    boolean

    @@ -137,7 +158,7 @@ see @@ -155,7 +177,8 @@ see

    Examples

    -- cgit v1.2.3