??????????????
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 Zdd l Z dd l Z dd l Z dd l m Z mZdd lmZdd lmZmZddlmZdefd„ƒYZd„Zedkrñeƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontstableinterfacetstatustcoret supported_bysÙ --- module: sysctl short_description: Manage entries in sysctl.conf. description: - This module manipulates sysctl entries and optionally performs a C(/sbin/sysctl -p) after changing them. version_added: "1.0" options: name: description: - The dot-separated path (aka I(key)) specifying the sysctl variable. required: true aliases: [ 'key' ] value: description: - Desired value of the sysctl key. aliases: [ 'val' ] state: description: - Whether the entry should be present or absent in the sysctl file. choices: [ "present", "absent" ] default: present ignoreerrors: description: - Use this option to ignore errors about unknown keys. type: bool default: 'no' reload: description: - If C(yes), performs a I(/sbin/sysctl -p) if the C(sysctl_file) is updated. If C(no), does not reload I(sysctl) even if the C(sysctl_file) is updated. type: bool default: 'yes' sysctl_file: description: - Specifies the absolute path to C(sysctl.conf), if not C(/etc/sysctl.conf). default: /etc/sysctl.conf sysctl_set: description: - Verify token value with the sysctl command and set with -w if necessary type: bool default: 'no' version_added: 1.5 author: "David CHANIAL (@davixx) " së # Set vm.swappiness to 5 in /etc/sysctl.conf - sysctl: name: vm.swappiness value: '5' state: present # Remove kernel.panic entry from /etc/sysctl.conf - sysctl: name: kernel.panic state: absent sysctl_file: /etc/sysctl.conf # Set kernel.panic to 3 in /tmp/test_sysctl.conf - sysctl: name: kernel.panic value: '3' sysctl_file: /tmp/test_sysctl.conf reload: no # Set ip forwarding on in /proc and verify token value with the sysctl command - sysctl: name: net.ipv4.ip_forward value: '1' sysctl_set: yes # Set ip forwarding on in /proc and in the sysctl file and reload if necessary - sysctl: name: net.ipv4.ip_forward value: '1' sysctl_set: yes state: present reload: yes N(t get_platformt AnsibleModule(t string_types(tBOOLEANS_FALSEt BOOLEANS_TRUE(t to_nativet SysctlModulecB`s†eZidd6dd6dd6Zd„Zd„Zd„Zd„Zd„Zd „Zd „Z d „Z d „Z d „Z d„Z RS(tCtLANGtLC_ALLt LC_MESSAGEScC`s||_|jj|_|jjddtƒ|_|jd|_d|_d|_ g|_ i|_ t |_ t |_t |_|jƒdS(Ntsysctltrequiredt sysctl_file(tmoduletparamstargst get_bin_pathtTruet sysctl_cmdRtNonet proc_valuet file_valuet file_linest file_valuestFalsetchangedtset_proct write_filetprocess(tselfR((sA/usr/lib/python2.7/site-packages/ansible/modules/system/sysctl.pyt__init__us        c C`s¤tƒjƒ|_|jdjƒ|jd<|j|jdƒ|jd<|jd}|j|ƒ|_|jƒ||j kr‘d|j |s$   0#   ÿ !