Offline
Member since 04-30-2014

Community record

18
Posts
0
Kudos
2
Solutions
Badges
In terms of regex lookups with Ansible lookup plugin add ~ suffix to the field ...
I have a Python script in NetMRI that I would like to use a Workflow in Ansible...
Have you tried specifically setting the accept-header to application/json?, i.e...
Trying to loop over the CNAME records and use the canonical name to lookup the ...
I trying to deploy dynamic inventory using the infoblox.yaml and infoblox.py sc...
Hi, This might give you what you are looking for: - name: ASN set_fact: host_re...
Sorry I checked my playbook again and you were correct. I had the range from 70 - 73 and it should have been 70 - 72. I changed it and it’s working now.
so I figured out what I was doing wrong. This: CL_RTR_INT: "[ {{ 'router_a.tunnel_a.rtr_a' }}, {{ 'router_a.tunnel_a.rtr_a_int' }} ]" was changed to this: CL_RTR_INT: "{{ [ item.rtr_a, item.rtr_a_int ] }}"
I'm creating two network and assigning 2 IP addresses out of each one. vars: cl...
Is there a way to find what A records are associated to a PTR record? Or vice versa

Kudos given to

Kudos given to