??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó àUdac@`sšddlmZmZmZeZdZdZdZddl Z ddl m Z ddl m Z ddlmZdd lmZd efd „ƒYZdS( i(tabsolute_importtdivisiontprint_functionsR lookup: varnames author: Ansible Core version_added: "2.8" short_description: Lookup matching variable names description: - Retrieves a list of matching Ansible variable names. options: _terms: description: List of Python regex patterns to search for in variable names. required: True sí - name: List variables that start with qz_ debug: msg="{{ lookup('varnames', '^qz_.+')}}" vars: qz_1: hello qz_2: world qa_1: "I won't show" qz_: "I won't show either" - name: Show all variables debug: msg="{{ lookup('varnames', '.+')}}" - name: Show variables with 'hosts' in their names debug: msg="{{ lookup('varnames', 'hosts')}}" - name: Find several related variables that end specific way debug: msg="{{ lookup('varnames', '.+_zone$', '.+_location$') }}" sQ _value: description: - List of the variable names requested. type: list N(t AnsibleError(t to_native(t string_types(t LookupBaset LookupModulecB`seZdd„ZRS(c K`së|dkrtdƒ‚ng}t|jƒƒ}x±|D]©}t|tƒsntd|t|ƒfƒ‚nytj|ƒ}Wn/t k r²}td|t |ƒfƒ‚nXx-|D]%} |j | ƒrº|j | ƒqºqºWq:W|S(Ns No variables available to searchs:Invalid setting identifier, "%s" is not a string, its a %ss,Unable to use "%s" as a search parameter: %s( tNoneRtlisttkeyst isinstanceRttypetretcompilet ExceptionRtsearchtappend( tselfttermst variablestkwargstrettvariable_namesttermtnametetvarname((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/varnames.pytrun8s    N(t__name__t __module__RR(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/varnames.pyR6s(t __future__RRRR t __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNR tansible.errorsRtansible.module_utils._textRtansible.module_utils.sixRtansible.plugins.lookupRR(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/varnames.pyts