??????????????
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 @` sR d d l m Z m Z m Z e Z d Z d d l m Z d e f d „ ƒ YZ d S( i ( t absolute_importt divisiont print_functions
become: dzdo
short_description: Centrify's Direct Authorize
description:
- This become plugins allows your remote/login user to execute commands as another user via the dzdo utility.
author: ansible (@core)
version_added: "2.8"
options:
become_user:
description: User you 'become' to execute the task
ini:
- section: privilege_escalation
key: become_user
- section: dzdo_become_plugin
key: user
vars:
- name: ansible_become_user
- name: ansible_dzdo_user
env:
- name: ANSIBLE_BECOME_USER
- name: ANSIBLE_DZDO_USER
become_exe:
description: Dzdo executable
default: dzdo
ini:
- section: privilege_escalation
key: become_exe
- section: dzdo_become_plugin
key: executable
vars:
- name: ansible_become_exe
- name: ansible_dzdo_exe
env:
- name: ANSIBLE_BECOME_EXE
- name: ANSIBLE_DZDO_EXE
become_flags:
description: Options to pass to dzdo
default: -H -S -n
ini:
- section: privilege_escalation
key: become_flags
- section: dzdo_become_plugin
key: flags
vars:
- name: ansible_become_flags
- name: ansible_dzdo_flags
env:
- name: ANSIBLE_BECOME_FLAGS
- name: ANSIBLE_DZDO_FLAGS
become_pass:
description: Options to pass to dzdo
required: False
vars:
- name: ansible_become_password
- name: ansible_become_pass
- name: ansible_dzdo_pass
env:
- name: ANSIBLE_BECOME_PASS
- name: ANSIBLE_DZDO_PASS
ini:
- section: dzdo_become_plugin
key: password
( t
BecomeBaset BecomeModulec B` s e Z d Z d Z d „ Z RS( t dzdos Sorry, try again.c
C` sÞ t t | ƒ j | | ƒ | s# | S| j d ƒ p8 | j } | j d ƒ pM d } | j d ƒ r‘ d | j | _ d | j d d ƒ | j f } n | j d ƒ p£ d } | r¹ d | } n d
j | | | | j | | ƒ g ƒ S( Nt
become_exet become_flagst t become_passs$ [dzdo via ansible, key=%s] password:s
%s -p "%s"s -nt become_users -u %st (
t superR t build_become_commandt
get_optiont namet _idt promptt replacet joint _build_success_command( t selft cmdt shellt becomecmdt flagst user( ( s? /usr/lib/python2.7/site-packages/ansible/plugins/become/dzdo.pyR
P s "
( s Sorry, try again.( t __name__t
__module__R t failR
( ( ( s? /usr/lib/python2.7/site-packages/ansible/plugins/become/dzdo.pyR I s N(
t
__future__R R R t typet
__metaclass__t
DOCUMENTATIONt ansible.plugins.becomeR R ( ( ( s? /usr/lib/python2.7/site-packages/ansible/plugins/become/dzdo.pyt s @