netapp_eseries.santricity.santricity_storage_pool 查找 – 存储池信息
注意
此查找插件是 netapp_eseries.santricity 集合(版本 1.4.1)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install netapp_eseries.santricity
。
要在 Playbook 中使用它,请指定:netapp_eseries.santricity.santricity_storage_pool
。
概要
从清单中检索存储池信息
关键字参数
这描述了查找的关键字参数。这些是以下示例中的值 key1=value1
,key2=value2
等:lookup('netapp_eseries.santricity.santricity_storage_pool', key1=value1, key2=value2, ...)
和 query('netapp_eseries.santricity.santricity_storage_pool', key1=value1, key2=value2, ...)
参数 |
注释 |
---|---|
定义存储池的状态。 选择
|
示例
- name: set facts for storage pool to be absent
ansible.builtin.set_fact:
absent_storage_pool: "{{ lookup('netapp_eseries.santricity.santricity_storage_pool', hostvars[inventory_hostname], state='absent') }}"