??????????????
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 Z d d l m
Z
d d l m Z d d l
m Z d d l m Z d d l m Z e d ƒ Z d „ Z d e f d
„ ƒ YZ d S( i ( t absolute_importt divisiont print_functionsÐ
callback: json
short_description: Ansible screen output as JSON
version_added: "2.2"
description:
- This callback converts all events into JSON output to stdout
type: stdout
requirements:
- Set as stdout in config
options:
show_custom_stats:
version_added: "2.6"
name: Show custom stats
description: 'This adds the custom stats set via the set_stats plugin to the play recap'
default: False
env:
- name: ANSIBLE_SHOW_CUSTOM_STATS
ini:
- key: show_custom_stats
section: defaults
type: bool
notes:
- When using a strategy such as free, host_pinned, or a custom strategy, host results will
be added to new task results in ``.plays[].tasks[]``. As such, there will exist duplicate
task objects indicated by duplicate task IDs at ``.plays[].tasks[].task.id``, each with an
individual host result for the task.
N( t partial( t Host( t to_text( t AnsibleJSONEncoder( t CallbackBaset lineart debugc C` s d t j j ƒ j ƒ S( Ns %sZ( t datetimet utcnowt isoformat( ( ( sA /usr/lib/python2.7/site-packages/ansible/plugins/callback/json.pyt current_time3 s t CallbackModulec B` s‰ e Z d Z d Z d Z d d „ Z d „ Z d „ Z d „ Z d „ Z
d „ Z d „ Z d
„ Z
d „ Z d „ Z d
„ Z d „ Z RS( g @t stdoutt jsonc C` s5 t t | ƒ j | ƒ g | _ i | _ t | _ d S( N( t superR t __init__t resultst _task_mapt Falset _is_lockstep( t selft display( ( sA /usr/lib/python2.7/site-packages/ansible/plugins/callback/json.pyR <