Parametri

Nome parametro Descrizione
location_id
opzionale

Scopo per posizioni

Validations:

  • Must be a Integer

organization_id
opzionale

Scopo per organizzazioni

Validations:

  • Must be a Integer

id
richiesto

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

ansible_variable
richiesto

Validations:

  • Must be a Hash

ansible_variable[variable]
opzionale

Name of variable

Validations:

  • Must be a String

ansible_variable[ansible_role_id]
opzionale

Role ID

Validations:

  • Must be a number.

ansible_variable[default_value]
opzionale , consentito nil

Default value of variable

Validations:

  • Must be one of types: string, boolean, integer, real, array, hash, yaml, json

ansible_variable[hidden_value]
opzionale , consentito nil

When enabled the parameter is hidden in the UI

Validations:

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

ansible_variable[override_value_order]
opzionale , consentito nil

L'ordine attraverso il quale vengono risolti i valori

Validations:

  • Must be a String

ansible_variable[description]
opzionale , consentito nil

Description of variable

Validations:

  • Must be a String

ansible_variable[validator_type]
opzionale , consentito nil

Types of validation values

Validations:

  • Must be one of: regexp, list.

ansible_variable[validator_rule]
opzionale , consentito nil

Used to enforce certain values for the parameter values

Validations:

  • Must be a String

ansible_variable[variable_type]
opzionale , consentito nil

Types of variable values

Validations:

  • Must be one of: string, boolean, integer, real, array, hash, yaml, json.

ansible_variable[merge_overrides]
opzionale , consentito nil

Merge all matching values (only array/hash type)

Validations:

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

ansible_variable[merge_default]
opzionale , consentito nil

Include default value when merging all matching values

Validations:

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

ansible_variable[avoid_duplicates]
opzionale , consentito nil

Remove duplicate values (only array type)

Validations:

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