??????????????
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 m Z ddl m Z ddlmZddlmZd efd „ƒYZd S( i(tabsolute_importtdivisiontprint_functionsÏ lookup: config author: Ansible Core version_added: "2.5" short_description: Lookup current Ansible configuration values description: - Retrieves the value of an Ansible configuration setting. - You can use C(ansible-config list) to see all available settings. options: _terms: description: The key(s) to look up required: True on_missing: description: - action to take if term is missing from config - Error will raise a fatal error - Skip will just ignore the term - Warn will skip over it but issue a warning default: error type: string choices: ['error', 'skip', 'warn'] sê - name: Show configured default become user debug: msg="{{ lookup('config', 'DEFAULT_BECOME_USER')}}" - name: print out role paths debug: msg: "These are the configured role paths: {{lookup('config', 'DEFAULT_ROLES_PATH')}}" - name: find retry files, skip if missing that key find: paths: "{{lookup('config', 'RETRY_FILES_SAVE_PATH')|default(playbook_dir, True)}}" patterns: "*.retry" - name: see the colors debug: msg="{{item}}" loop: "{{lookup('config', 'COLOR_OK', 'COLOR_CHANGED', 'COLOR_SKIP', wantlist=True)}}" - name: skip if bad value in var debug: msg="{{ lookup('config', config_in_var, on_missing='skip')}}" var: config_in_var: UNKNOWN sA _raw: description: - value(s) of the key(s) in the config (t constants(t AnsibleError(t string_types(t LookupBaset LookupModulecB`seZdd„ZRS(cK`s%|jddƒjƒ}t|tƒ s4|d krGtd|ƒ‚ng}xÑ|D]É}t|tƒsˆtd|t|ƒfƒ‚ny?tt|ƒ}t|ƒr¹td|ƒ‚n|j |ƒWqTt k r|dkrötd|ƒ‚q|dkr|j j d |ƒqqTXqTW|S( Nt on_missingterrortwarntskipsJ"on_missing" must be a string and one of "error", "warn" or "skip", not %ss:Invalid setting identifier, "%s" is not a string, its a %ssInvalid setting "%s" attemptedsUnable to find setting %ss!Skipping, did not find setting %s(serrorswarnsskip( tgettlowert isinstanceRRttypetgetattrtCtcallabletappendtAttributeErrort_displaytwarning(tselfttermst variablestkwargstmissingtretttermtresult((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/config.pytrunBs$     N(t__name__t __module__tNoneR(((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/config.pyR@sN(t __future__RRRRt __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtansibleRRtansible.errorsRtansible.module_utils.sixRtansible.plugins.lookupRR(((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/config.pyts