??????????????
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õidd6dgd6dd6ZdZdZdZd d lZd d lmZd d lmZm Z d d lm Z m Z d„Z d„Z d„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zedkrñeƒnd S(s1.1tmetadata_versiontpreviewtstatustnetworkt supported_bys --- module: ios_ntp extends_documentation_fragment: ios version_added: "2.8" short_description: Manages core NTP configuration. description: - Manages core NTP configuration. author: - Federico Olivieri (@Federico87) options: server: description: - Network address of NTP server. source_int: description: - Source interface for NTP packets. acl: description: - ACL for peer/server access restricition. logging: description: - Enable NTP logs. Data type boolean. type: bool default: False auth: description: - Enable NTP authentication. Data type boolean. type: bool default: False auth_key: description: - md5 NTP authentication key of type 7. key_id: description: - auth_key id. Data type string state: description: - Manage the state of the resource. default: present choices: ['present', 'absent'] sR # Set new NTP server and source interface - ios_ntp: server: 10.0.255.10 source_int: Loopback0 logging: false state: present # Remove NTP ACL and logging - ios_ntp: acl: NTP_ACL logging: true state: absent # Set NTP authentication - ios_ntp: key_id: 10 auth_key: 15435A030726242723273C21181319000A auth: true state: present # Set new NTP configuration - ios_ntp: server: 10.0.255.10 source_int: Loopback0 acl: NTP_ACL logging: true key_id: 10 auth_key: 15435A030726242723273C21181319000A auth: true state: present s  commands: description: command sent to the device returned: always type: list sample: ["no ntp server 10.0.255.10", "no ntp source Loopback0"] iÿÿÿÿN(t AnsibleModule(t get_configt load_config(tios_argument_spect check_argscCsD|dkr@tjd|tjƒ}|r@|jdƒ}|SndS(Ntservers!(ntp server )(\d+\.\d+\.\d+\.\d+)i(tretsearchtMtgroup(tlinetdesttmatchR ((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pyt parse_servercs  cCsD|dkr@tjd|tjƒ}|r@|jdƒ}|SndS(Ntsources(ntp source )(\S+)i(R R R R(RRRR((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pytparse_source_intks  cCsD|dkr@tjd|tjƒ}|r@|jdƒ}|SndS(Ns access-groups+ntp access-group (?:peer|serve)(?:\s+)(\S+)i(R R R R(RRRtacl((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pyt parse_aclss  cCs|dkr|}|SdS(Ntlogging((RRR((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pyt parse_logging{s cCsD|dkr@tjd|tjƒ}|r@|jdƒ}|SndS(Nsauthentication-keys&(ntp authentication-key \d+ md5 )(\w+)i(R R R R(RRRtauth_key((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pytparse_auth_keys  cCsD|dkr@tjd|tjƒ}|r@|jdƒ}|SndS(Ns trusted-keys(ntp trusted-key )(\d+)i(R R R R(RRRR((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pyt parse_key_id‰s  cCs|dkr|SdS(Nt authenticate((R((sG/usr/lib/python2.7/site-packages/ansible/modules/network/ios/ios_ntp.pyt parse_auth‘s cCswi}g}g}t|ddgƒ}x2|jƒD]$}tjd|tjƒ}|r4|jdƒ}t||ƒ}t||ƒ} t||ƒ} t ||ƒ} t |ƒ} t ||ƒ} t ||ƒ}|rã|j |ƒn| rö| |ds,   +!         *  ; )