containers.podman.podman_volume_info 模块 – 收集有关 Podman 卷的信息
注意
此模块是 containers.podman 集合 (版本 1.16.2) 的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install containers.podman
。您需要满足其他要求才能使用此模块,有关详细信息,请参阅 要求。
要在剧本中使用它,请指定: containers.podman.podman_volume_info
。
概要
使用 podman inspect 命令收集有关 podman 卷的信息。
要求
在执行此模块的主机上需要以下要求。
主机上安装了 Podman
参数
参数 |
注释 |
---|---|
如果 默认值: |
|
卷的名称 |
示例
- name: Gather info about all present volumes
podman_volume_info:
- name: Gather info about specific volume
podman_volume_info:
name: specific_volume
返回值
常见的返回值已在 此处 记录,以下是此模块独有的字段
键 |
描述 |
---|---|
来自所有卷或指定卷的事实 返回:始终 示例: |