POST /ansible/api/ansible_override_values
Create an override value for a specific ansible variable

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

ansible_variable_id
requis

Validations:

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

override_value
requis

Validations:

  • Must be a Hash

override_value[match]
requis

Élément conditionnel d'emplacement

Validations:

  • Must be a String

override_value[value]
optionel , nil autorisé

Remplace la valeur, requis si Omettre est sur false

Validations:

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


DELETE /ansible/api/ansible_override_values/:id
Destroy an override value

Paramètres

Nom du paramètre Description
location_id
optionel

Tri par emplacement

Validations:

  • Must be a Integer

organization_id
optionel

Tri par organisation

Validations:

  • Must be a Integer

id
requis

Validations:

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