??????????????
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@s4idd6dgd6dd6ZdZdZdZd S( s1.1tmetadata_versiontpreviewtstatust communityt supported_bysJ --- module: win_route version_added: "2.4" short_description: Add or remove a static route description: - Add or remove a static route. options: destination: description: - Destination IP address in CIDR format (ip address/prefix length). type: str required: yes gateway: description: - The gateway used by the static route. - If C(gateway) is not provided it will be set to C(0.0.0.0). type: str metric: description: - Metric used by the static route. type: int default: 1 state: description: - If C(absent), it removes a network static route. - If C(present), it adds a network static route. type: str choices: [ absent, present ] default: present notes: - Works only with Windows 2012 R2 and newer. author: - Daniele Lazzari (@dlazz) s÷ --- - name: Add a network static route win_route: destination: 192.168.2.10/32 gateway: 192.168.1.1 metric: 1 state: present - name: Remove a network static route win_route: destination: 192.168.2.10/32 state: absent s} output: description: A message describing the task result. returned: always type: str sample: "Route added" N(tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURN(((sE/usr/lib/python2.7/site-packages/ansible/modules/windows/win_route.pyt s   $