Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
lib
/
python3.10
/
dist-packages
/
ansible
/
plugins
/
test
📤 Upload
📝 New File
📁 New Folder
Close
Editing: vault_encrypted.yml
DOCUMENTATION: name: truthy author: Ansible Core version_added: "2.10" short_description: Is this an encrypted vault description: - Verifies if the input is an Ansible vault. options: _input: description: The possible vault. type: string required: True EXAMPLES: | thisisfalse: '{{ "any string" is ansible_vault }}' thisistrue: '{{ "$ANSIBLE_VAULT;1.2;AES256;dev...." is ansible_vault }}' RETURN: _value: description: Returns V(True) if the input is a valid ansible vault, V(False) otherwise. type: boolean
Save
Cancel