Offline
Member since 04-30-2014

Community record

18
Posts
0
Kudos
2
Solutions
Badges
I realize this is a late reply but if you're still stuck, I always place quotes around the URL value in the URI definition in the playbook. That may be what is creating the bad request.
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...
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