??????????????
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 d d l m Z m Z m Z e Z d Z d d l Z d d l m Z d d l
m Z m Z d d l
m Z d d l m Z d e f d YZ d S(
i ( t absolute_importt divisiont print_functionsฎ
callback: tree
callback_type: notification
requirements:
- invoked in the command line
short_description: Save host events to files
version_added: "2.0"
description:
- "This callback is used by the Ansible (adhoc) command line option `-t|--tree`"
- This produces a JSON dump of events in a directory, a file for each host, the directory used MUST be passed as a command line option.
N( t TREE_DIR( t to_bytest to_text( t CallbackBase( t
makedirs_safet CallbackModulec B` s_ e Z d Z d Z d Z d Z e Z d Z d Z d Z
d Z e d Z
d Z RS(
s]
This callback puts results into a host specific file in a directory in json format.
g @t aggregatet treec C` sX t t | j t | _ | j sT t j j d | _ | j j d | j n d S( Ns ~/.ansible/trees\ The tree callback is defaulting to ~/.ansible/tree, as an invalid directory was provided: %s(
t superR t __init__R R
t ost patht
expandusert _displayt warning( t self( ( sA /usr/lib/python2.7/site-packages/ansible/plugins/callback/tree.pyR &