Garfield Lee Freeman
Garfield Lee Freeman
I've mentioned this during the Palo Alto Networks `panos` provider validation process, but we will eventually need `commit` type functionality for our provider as well. When you guys circle back...
Ok, so the issue here is that an administrator can be either an admin on Panorama or an admin inside a template on Panorama. The current code does not allow...
@dthvt You want to patch this into v2.1.0?
@fvigo If you would, could you open a new PR against the collection's `develop` with this fix? https://github.com/PaloAltoNetworks/pan-os-ansible
This was called out in the release notes :) Going to change the title of this issue.
This repo is the right place to post this. This is interesting. If we're going to support searches like this, it seems like it would want to be able to...
Looking around, the CLI has a `test security-policy-match` command. It wouldn't allow you to search for just `destination_port = 443`, as it requires at least source / destination / protocol....
So, if an Ansible module wrapped around `test security-policy-match`, would that fit your needs?
This seems to be a PAN-OS bug... If I change from `set` (`create()`) to `edit` (`apply()`) then it works as expected.
I just did a quick test against a 9.1.3 firewall, and pan-os-python is not trying to add `source-hip` to the XML sent to PAN-OS. It seems to be doing the...