??????????????
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¼ddlmZmZmZeZidd6dgd6dd6ZdZd Zd Z ydd l m Z Wne k re Z nXdd lmZd „Zd„Zedkr¸eƒndS(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bysó --- author: - Joris Weijters (@molekuul) module: aix_inittab short_description: Manages the inittab on AIX description: - Manages the inittab on AIX. version_added: "2.3" options: name: description: - Name of the inittab entry. type: str required: yes aliases: [ service ] runlevel: description: - Runlevel of the entry. type: str required: yes action: description: - Action what the init has to do with this entry. type: str required: yes choices: - boot - bootwait - hold - initdefault - 'off' - once - ondemand - powerfail - powerwait - respawn - sysinit - wait command: description: - What command has to run. type: str required: yes insertafter: description: - After which inittabline should the new entry inserted. type: str state: description: - Whether the entry should be present or absent in the inittab file. type: str choices: [ absent, present ] default: present notes: - The changes are persistent across reboots. - You need root rights to read or adjust the inittab with the C(lsitab), C(chitab), C(mkitab) or C(rmitab) commands. - Tested on AIX 7.1. requirements: - itertools sÈ # Add service startmyservice to the inittab, directly after service existingservice. - name: Add startmyservice to inittab aix_inittab: name: startmyservice runlevel: 4 action: once command: echo hello insertafter: existingservice state: present become: yes # Change inittab entry startmyservice to runlevel "2" and processaction "wait". - name: Change startmyservice to inittab aix_inittab: name: startmyservice runlevel: 2 action: wait command: echo hello state: present become: yes - name: Remove startmyservice from inittab aix_inittab: name: startmyservice runlevel: 2 action: wait command: echo hello state: absent become: yes sy name: description: Name of the adjusted inittab entry returned: always type: str sample: startmyservice msg: description: Action done with the inittab entry returned: changed type: str sample: changed inittab entry startmyservice changed: description: Whether the inittab changed or not returned: always type: bool sample: true (tizip(t AnsibleModulecC`s¤itd6}|jdƒ}|j||jdgƒ\}}}|dkr d }|jdƒ}td „|ƒ}tt||ƒƒ}|jit d6ƒn|S( Ntexisttlsitabtnameitrunleveltactiontcommandt:cS`s |jƒS(N(tstrip(ts((sF/usr/lib/python2.7/site-packages/ansible/modules/system/aix_inittab.pyt•s(snamesrunlevelsactionscommand( tFalset get_bin_patht run_commandtparamstsplittmaptdictRtupdatetTrue(tmodulet existsdictR trctoutterrtkeystvalues((sF/usr/lib/python2.7/site-packages/ansible/modules/system/aix_inittab.pytcheck_current_entry‹s % c C`sÇtdtdtdddtddgƒdtdddtƒd tddd d d d dddddddddg ƒdtdddtƒdtddƒdtddddd ddgƒƒdtƒ}i|jdd6td6dd 6}|jd!ƒ}|jd"ƒ}|jd#ƒ}d$}t|ƒ}|jddkr|jdd%|jdd%|jd d%|jd}|d& sÇ|jd|dksÇ|jd |d ksÇ|jd|dkr¶|d&rI|jsû|j||gƒ\}}} n|d$kr&|j d d'd(|d)| ƒnd*d+|d|d s    >     a