??????????????
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 m Z ddlmZmZddlmZmZmZdd lmZdd lmZeƒZd efd „ƒYZd S(i(tabsolute_importtdivisiontprint_functions่ lookup: url author: Brian Coca (@bcoca) version_added: "1.9" short_description: return contents from URL description: - Returns the content of the URL requested to be used as data in play. options: _terms: description: urls to query validate_certs: description: Flag to control SSL certificate validation type: boolean default: True split_lines: description: Flag to control if content is returned as a list of lines or as a single text blob type: boolean default: True use_proxy: description: Flag to control if the lookup will observe HTTP proxy environment variables when present. type: boolean default: True username: description: Username to use for HTTP authentication. type: string version_added: "2.8" password: description: Password to use for HTTP authentication. type: string version_added: "2.8" headers: description: HTTP request headers type: dictionary default: {} version_added: "2.9" sV - name: url lookup splits lines by default debug: msg="{{item}}" loop: "{{ lookup('url', 'https://github.com/gremlin.keys', wantlist=True) }}" - name: display ip ranges debug: msg="{{ lookup('url', 'https://ip-ranges.amazonaws.com/ip-ranges.json', split_lines=False) }}" - name: url lookup using authentication debug: msg="{{ lookup('url', 'https://some.private.site.com/file.txt', username='bob', password='hunter2') }}" - name: url lookup using headers debug: msg="{{ lookup('url', 'https://some.private.site.com/api/service', headers={'header1':'value1', 'header2':'value2'} ) }}" sF _list: description: list of list of lines or content of url(s) (t AnsibleError(t HTTPErrortURLError(tto_textt to_native(topen_urltConnectionErrortSSLValidationError(t LookupBase(tDisplayt LookupModulecB`seZdd„ZRS(c K`sฎ|jd|ƒg}x‘|D]‰}tjd|ƒy[t|d|jdƒd|jdƒd|jdƒd|jdƒd |jd ƒƒ}Wnนtk rภ}td |t|ƒfƒ‚n‹tk r๎}td |t|ƒfƒ‚n]t k r}td |t|ƒfƒ‚n/t k rJ}td |t|ƒfƒ‚nX|jdƒrxI|j ƒj ƒD]}|j t|ƒƒqmWq|j t|j ƒƒƒqW|S(Ntdirectsurl lookup connecting to %stvalidate_certst use_proxyt url_usernametusernamet url_passwordtpasswordtheaderssReceived HTTP error for %s : %ssFailed lookup url for %s : %ss4Error validating the server's certificate for %s: %ssError connecting to %s: %st split_lines(t set_optionstdisplaytvvvvRt get_optionRRRRR R treadt splitlinestappendR( tselfttermst variablestkwargstretttermtresponsetetline((s>/usr/lib/python2.7/site-packages/ansible/plugins/lookup/url.pytrunLs.  N(t__name__t __module__tNoneR'(((s>/usr/lib/python2.7/site-packages/ansible/plugins/lookup/url.pyR JsN(t __future__RRRttypet __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtansible.errorsRt+ansible.module_utils.six.moves.urllib.errorRRtansible.module_utils._textRRtansible.module_utils.urlsRR R tansible.plugins.lookupR tansible.utils.displayR RR (((s>/usr/lib/python2.7/site-packages/ansible/plugins/lookup/url.pyts%