runejuhl.simplevault.unvault (0.0.1) — filter

Open an Ansible Vault using default Vault password

| "added in version" 2.12 of runejuhl.simplevault"

Authors: Rune Juhl

Install collection

Install with ansible-galaxy collection install runejuhl.simplevault:==0.0.1


Add to requirements.yml

  collections:
    - name: runejuhl.simplevault
      version: 0.0.1

Description

Retrieve your information from an encrypted Ansible Vault using default Vault password.

Inputs

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

Outputs

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