??????????????
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‡ddlmZmZmZeZddlZddlmZm Z ddl m Z ddl m Z de eeƒfd„ƒYZdS(i(tabsolute_importtdivisiontprint_functionN(tABCMetatabstractmethod(tAnsibleConnectionFailure(twith_metaclasst TerminalBasecB`sฐeZdZgZgZejdƒejdƒejdƒgZd Z d Z e Z d„Z e d„Zd„Zd„Zd„Zd d „Zd „Zd d „Zd „ZRS(s๋ A base class for implementing cli connections .. note:: Unlike most of Ansible, nearly all strings in :class:`TerminalBase` plugins are byte strings. This is because of how close to the underlying platform these plugins operate. Remember to mark literal strings as byte string (``b"string"``) and to use :func:`~ansible.module_utils._text.to_bytes` and :func:`~ansible.module_utils._text.to_text` to avoid unexpected problems. s\x1b\[\?1h\x1b=s\x08.s\x1b\[mcC`s ||_dS(N(t _connection(tselft connection((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt__init__AscC`s|jj|ƒS(sŒ Executes the CLI command on the remote device and returns the output :arg cmd: Byte string command to be executed (Rt exec_command(R tcmdtcheck_rc((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt_exec_cli_commandDscC`s |jjƒS(sk Returns the current prompt from the device :returns: A byte string of the prompt (Rt get_prompt(R ((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt _get_promptLscC`sdS(sCalled after the SSH session is established This method is called right after the invoke_shell() is called from the Paramiko SSHClient instance. It provides an opportunity to setup terminal parameters such as disbling paging for instance. N((R ((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt on_open_shellTscC`sdS(s&Called before the connection is closed This method gets called once the connection close has been requested but before the connection is actually closed. It provides an opportunity to clean up any terminal resources before the shell is actually closed N((R ((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyton_close_shell]scC`sdS(s‡Called when privilege escalation is requested :kwarg passwd: String containing the password This method is called when the privilege is requested to be elevated in the play context by setting become to True. It is the responsibility of the terminal plugin to actually do the privilege escalation such as entering `enable` mode for instance N((R tpasswd((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt on_becomegs cC`sdS(sCalled when privilege deescalation is requested This method is called when the privilege changed from escalated (become=True) to non escalated (become=False). It is the responsibility of this method to actually perform the deauthorization procedure N((R ((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt on_unbecomesscC`s |j|ƒS(sjDeprecated method for privilege escalation :kwarg passwd: String containing the password (R(R R((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyt on_authorize|scC`s |jƒS(s5Deprecated method for privilege deescalation (R(R ((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyton_deauthorizeƒsN(t__name__t __module__t__doc__tterminal_stdout_retterminal_stderr_retretcompiletansi_retNonetterminal_initial_prompttterminal_initial_answertTruetterminal_inital_prompt_newlineR RRRRRRRR(((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyRs$       (t __future__RRRttypet __metaclass__RtabcRRtansible.errorsRtansible.module_utils.sixRtobjectR(((sE/usr/lib/python2.7/site-packages/ansible/plugins/terminal/__init__.pyts