- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-26-2018 03:00 AM - edited 02-26-2018 05:40 AM
Hi,
I'm trying to seach for an IP address with panos_object, I remember it was working, but for some reason it doesn't now.
I'm using Role and ansible 2.4.3 with python 3.6.4, PA 8.0.8.
Tested with ansible 2.5.0rc1 without role - same
- name: PaloAlto Object check
panos_object:
ip_address: '{{ ip_address }}'
username: '{{ username }}'
password: '{{ password }}'
address: '192.168.100.89/24'
operation: 'find'
when I run that I get: "msg": "No object type defined!" with failed.
adress is present in objects, tripple checked.
Looks like something missing in the module, can't find referrence to value of the objectadress which should be IP.
P.S. objectname lookup works perfect.
11-06-2019 04:19 AM
It is quite pity nobody replies to this one. I can see same topic is opened on the github page for anisble-panos. Please don't ignore the community.
Thank you.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!