|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /usr/lib/python3.9/site-packages/ansible/plugins/test/ |
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 C(True) if the input is a valid ansible vault, C(False) otherwise.
type: boolean