ansible.builtin.unvault (v2.16.5) — filter

Open an Ansible Vault

| "added in version" 2.12 of ansible.builtin"

Authors: Brian Coca (@bcoca)

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Retrieve your information from an encrypted Ansible Vault.

Inputs

    
_input:
    description: Vault string, or an C(AnsibleVaultEncryptedUnicode) string object.
    required: true
    type: string

secret:
    description: Vault secret, the key that lets you open the vault.
    required: true
    type: string

vault_id:
    default: filter_default
    description: Secret identifier, used internally to try to best match a secret when
      multiple are provided.
    type: string

Outputs

_value:
  description: The string that was contained in the vault.
  type: string