Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Integer

id
verpflichtend

Configuration numeric identifier

Validations:

  • Must be a number.

foreman_virt_who_configure_config
verpflichtend

Validations:

  • Hash

foreman_virt_who_configure_config[name]
optional

Configuration name

Validations:

  • String

foreman_virt_who_configure_config[interval]
optional

Configuration interval in minutes

Validations:

  • Must be one of: 60, 120, 240, 480, 720.

foreman_virt_who_configure_config[filtering_mode]
optional

Hypervisor filtering mode, 0 means no filtering, 1 means whitelist, 2 means blacklist

Validations:

  • Must be one of: 0, 1, 2.

foreman_virt_who_configure_config[whitelist]
optional , nil erlaubt

Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcards and regular expressions are supported, multiple records must be separated by comma.

Validations:

  • String

foreman_virt_who_configure_config[blacklist]
optional , nil erlaubt

Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be separated by comma.

Validations:

  • String

foreman_virt_who_configure_config[hypervisor_id]
optional

Specifies how the hypervisor will be identified.

Validations:

  • Must be one of: hostname, uuid, hwuuid.

foreman_virt_who_configure_config[hypervisor_type]
optional

Hypervisor type

Validations:

  • Must be one of: esx, rhevm, hyperv, xen, libvirt.

foreman_virt_who_configure_config[hypervisor_server]
optional

Fully qualified host name or IP address of the hypervisor

Validations:

  • String

foreman_virt_who_configure_config[hypervisor_username]
optional

Account name by which virt-who is to connect to the hypervisor.

Validations:

  • String

foreman_virt_who_configure_config[hypervisor_password]
optional , nil erlaubt

Hypervisor password, required for all hypervisor types except for libvirt

Validations:

  • String

foreman_virt_who_configure_config[satellite_url]
optional

Satellite server FQDN

Validations:

  • String

foreman_virt_who_configure_config[debug]
optional , nil erlaubt

Enable debugging output

Validations:

  • Must be one of: true, false, 1, 0

foreman_virt_who_configure_config[proxy]
optional , nil erlaubt

HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers.

Validations:

  • String

foreman_virt_who_configure_config[no_proxy]
optional , nil erlaubt

Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses.

Validations:

  • String

foreman_virt_who_configure_config[organization_id]
optional

Organization of the virt-who configuration

Validations:

  • Integer