Re: [ansible-project] Re: IP address to hexadecimal conversion

2017-03-13 Thread Mischa ter Smitten
Did you find: http://docs.ansible.com/ansible/playbooks_filters_ipaddr.html On Sunday, March 12, 2017 at 5:21:10 PM UTC+1, Madhusudhanan Santhanam wrote: > > I looked at it. How do you use it in the tasks or variable file? > > On Sat, Mar 11, 2017 at 10:51 AM, Mischa ter Smitten > wrote: > >> Y

Re: [ansible-project] Re: IP address to hexadecimal conversion

2017-03-12 Thread Madhu
I looked at it. How do you use it in the tasks or variable file? On Sat, Mar 11, 2017 at 10:51 AM, Mischa ter Smitten wrote: > You might want to have a look at the netaddr package: > > http://netaddr.readthedocs.io/en/latest/tutorial_01.html > > > On Saturday, March 11, 2017 at 5:07:04 PM UTC+1,

[ansible-project] Re: IP address to hexadecimal conversion

2017-03-11 Thread Mischa ter Smitten
You might want to have a look at the netaddr package: http://netaddr.readthedocs.io/en/latest/tutorial_01.html On Saturday, March 11, 2017 at 5:07:04 PM UTC+1, Madhusudhanan Santhanam wrote: > > Hi, > > I want to convert the IP address to hexadecimal format. Can you please > tell me how to do