??????????????
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 dd l m Z dd l m Z d efd„ƒYZd„Zedkr§eƒndS(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bysμ --- module: ip_netns version_added: 2.5 author: "Arie Bregman (@bregman-arie)" short_description: Manage network namespaces requirements: [ ip ] description: - Create or delete network namespaces using the ip command. options: name: required: false description: - Name of the namespace state: required: false default: "present" choices: [ present, absent ] description: - Whether the namespace should exist sΟ # Create a namespace named mario - name: Create a namespace named mario namespace: name: mario state: present - name: Delete a namespace named luigi namespace: name: luigi state: absent s # Default return values (t AnsibleModule(tto_textt NamespacecB`sMeZdZd„Zd„Zd„Zd„Zd„Zd„Zd„Z RS(s!Interface to network namespaces. cC`s-||_|jd|_|jd|_dS(Ntnametstate(tmoduletparamsR R (tselfR ((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pyt__init__Fs cC`s|jjddg|ƒS(sRun ip nents commandtiptnetns(R t run_command(Rtcommand((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pyt_netnsKscC`sP|jjdƒ\}}}|dkrC|jjdt|ƒƒn|j|kS(s%Check if the namespace already existss ip netns listitmsg(R Rt fail_jsonR R (Rtrctoutterr((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pytexistsOs cC`sG|jd|jgƒ\}}}|dkrC|jjd|ƒndS(sCreate network namespacetaddiRN(RR R R(RtrtcRR((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pyRVs! cC`sG|jd|jgƒ\}}}|dkrC|jjd|ƒndS(sDelete network namespacetdeliRN(RR R R(RRRR((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pytdelete]s! cC`sŠt}|jdkr*|jƒr*t}nI|jdkrN|jƒrNt}n%|jdkrs|jƒ rst}n|jjd|ƒdS(sRun check modetpresenttabsenttchangedN(tFalseR RtTrueR t exit_json(RR"((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pytcheckcs   cC`st}|jdkr7|jƒrh|jƒt}qhn1|jdkrh|jƒsh|jƒt}qhn|jjd|ƒdS(sMake the necessary changesR!R R"N(R#R RRR$RR R%(RR"((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pytrunqs      ( t__name__t __module__t__doc__RRRRRR&R'(((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pyR Cs      cC`sntdiid d6d6idd6ddgd6d6dtƒ}t|ƒ}|jr`|jƒn |jƒd S( s Entry point.t argument_spectdefaultR R R!tchoicesR tsupports_check_modeN(RtNoneR$R t check_modeR&R'(R tnetwork_namespace((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pytmains    t__main__N(t __future__RRRttypet __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURNtansible.module_utils.basicRtansible.module_utils._textR tobjectR R2R((((sF/usr/lib/python2.7/site-packages/ansible/modules/net_tools/ip_netns.pyts    >