ovirt.ovirt.ovirtvmip filter – Return first IP

Note

This filter plugin is part of the ovirt.ovirt collection (version 3.2.0).

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.ovirtvmip.

Synopsis

  • Return first IP

Input

This describes the input of the filter, the value before | ovirt.ovirt.ovirtvmip.

Parameter

Comments

Input

list / elements=string / required

List of VMs

Positional parameters

This describes positional parameters of the filter. These are the values positional1, positional2 and so on in the following example: input | ovirt.ovirt.ovirtvmip(positional1, positional2, ...)

Parameter

Comments

attr

list / elements=string

Attribute by which the

network_ip

string

Filter the IPs by network address

Examples

- name: Print VM IP
  debug:
    msg: "{{ vms.ovirt_vms | ovirt.ovirt.ovirtvmip }}"
- name: Print VM IP
  debug:
    msg: "{{ vms.ovirt_vms | ovirt.ovirt.ovirtvmip(attr='name') }}"

Return Value

Key

Description

Return value

list / elements=string

First IP

Returned: success

Authors

  • Martin Necas (@mnecas)

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.