ovirt.ovirt.ovirtvmipsv4 filter – VM IPv4
Note
This filter plugin is part of the ovirt.ovirt collection (version 2.4.1).
You might already have this collection installed if you are using the ansible
package.
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 ovirt.ovirt
.
To use it in a playbook, specify: ovirt.ovirt.ovirtvmipsv4
.
Synopsis
VM IPv4
Input
This describes the input of the filter, the value before | ovirt.ovirt.ovirtvmipsv4
.
Keyword parameters
This describes keyword parameters of the filter. These are the values key1=value1
, key2=value2
and so on in the following example: input | ovirt.ovirt.ovirtvmipsv4(key1=value1, key2=value2, ...)
.
Examples
- name: Print VM all IPv4
debug:
msg: "{{ vms.ovirt_vms | ovirt.ovirt.ovirtvmipsv4 }}"
- name: Print VM all IPv4
debug:
msg: "{{ vms.ovirt_vms | ovirt.ovirt.ovirtvmipsv4(attr='name') }}"