??????????????
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ŽddlmZmZmZeZdZdZdZddl m Z ddl m Z ddl mZddlmZd e fd „ƒYZd S( i(tabsolute_importtdivisiontprint_functions› --- lookup: nios_next_ip version_added: "2.5" short_description: Return the next available IP address for a network description: - Uses the Infoblox WAPI API to return the next available IP addresses for a given network CIDR requirements: - infoblox-client extends_documentation_fragment: nios options: _terms: description: The CIDR network to retrieve the next addresses from required: True num: description: The number of IP addresses to return required: false default: 1 exclude: version_added: "2.7" description: List of IP's that need to be excluded from returned IP addresses required: false s  - name: return next available IP address for network 192.168.10.0/24 set_fact: ipaddr: "{{ lookup('nios_next_ip', '192.168.10.0/24', provider={'host': 'nios01', 'username': 'admin', 'password': 'password'}) }}" - name: return the next 3 available IP addresses for network 192.168.10.0/24 set_fact: ipaddr: "{{ lookup('nios_next_ip', '192.168.10.0/24', num=3, provider={'host': 'nios01', 'username': 'admin', 'password': 'password'}) }}" - name: return the next 3 available IP addresses for network 192.168.10.0/24 excluding ip addresses - ['192.168.10.1', '192.168.10.2'] set_fact: ipaddr: "{{ lookup('nios_next_ip', '192.168.10.0/24', num=3, exclude=['192.168.10.1', '192.168.10.2'], provider={'host': 'nios01', 'username': 'admin', 'password': 'password'}) }}" se _list: description: - The list of next IP addresses available returned: always type: list (t LookupBase(t WapiLookup(tto_text(t AnsibleErrort LookupModulecB`seZdd„ZRS(c K`sy|d}Wntk r-tdƒ‚nX|jdiƒ}t|ƒ}|jdi|d6ƒ}|dkr„td|ƒ‚n|jddƒ}|jdgƒ} y@|dd } |jd | i|d6| d6ƒ} | d gSWn%tk r} tt | ƒƒ‚nXdS( Nis)missing argument in the form of A.B.C.D/Etprovidertnetworks unable to find network object %stnumitexcludet_reftnext_available_iptips( t IndexErrorRtpopRt get_objecttNonetgett call_funct ExceptionR( tselfttermst variablestkwargsR Rtwapit network_objR t exclude_iptreft avail_ipstexc((sG/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nios_next_ip.pytrunOs"   #N(t__name__t __module__RR (((sG/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nios_next_ip.pyRMsN(t __future__RRRttypet __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtansible.plugins.lookupRt'ansible.module_utils.net_tools.nios.apiRtansible.module_utils._textRtansible.errorsRR(((sG/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nios_next_ip.pyts