??????????????
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 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 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 m Z m Z d d
l m Z e ƒ Z! d e
f d „ ƒ YZ" d S( i ( t absolute_importt divisiont print_functionN( t constants( t context( t CLI( t option_helpers( t AnsibleError( t PlaybookExecutor( t to_bytes( t Block( t Display( t AnsibleCollectionLoadert get_collection_name_from_patht set_collection_playbook_paths( t add_all_plugin_dirst PlaybookCLIc B` s8 e Z d Z d „ Z d „ Z d „ Z e d „ ƒ Z RS( s´ the tool to run *Ansible playbooks*, which are a configuration and multinode deployment system.
See the project home page (https://docs.ansible.com) for more information. c C` sg t t | ƒ j d d d d ƒ t j | j ƒ t j | j ƒ t j | j ƒ t j | j ƒ t j | j ƒ t j
| j ƒ t j | j ƒ t j | j ƒ t j
| j ƒ t j | j ƒ | j j d d d d d d
d ƒ| j j d d d
d d d
d ƒ| j j d d d d d d
d ƒ| j j d d d d
d ƒ| j j d d
d d d d d ƒd S( Nt usages, %prog [options] playbook.yml [playbook2 ...]t descsJ Runs Ansible playbooks, executing the defined tasks on the targeted hosts.s --list-taskst destt listtaskst actiont
store_truet helps% list all tasks that would be executeds --list-tagst listtagss list all available tagss --stept steps4 one-step-at-a-time: confirm each task before runnings --start-at-taskt
start_at_tasks1 start the playbook at the task matching this namet argss Playbook(s)t metavart playbookt nargst +( t superR t init_parsert opt_helpt add_connect_optionst parsert add_meta_optionst add_runas_optionst add_subset_optionst add_check_optionst add_inventory_optionst add_runtask_optionst add_vault_optionst add_fork_optionst add_module_optionst add_argument( t self( ( s8 /usr/lib/python2.7/site-packages/ansible/cli/playbook.pyR! s, c C` sA t t | ƒ j | ƒ } | j t _ | j | d t d t ƒ| S( Nt
runas_optst fork_opts( R R t post_process_argst verbosityt displayt validate_conflictst True( R/ t options( ( s8 /usr/lib/python2.7/site-packages/ansible/cli/playbook.pyR2 <