Garfield Lee Freeman
Garfield Lee Freeman
This Ansible Galaxy role is now deprecated in favor for the new Ansible collection and no new features will be added to it. For users who are using Ansbile 2.8...
Add support for destination dynamic NAT (PAN-OS 8.1+).
## Describe the bug This doesn't work and should: ```python from panos.firewall import Firewall from panos.predefined import Predefined from panos.objects import ServiceObject fw = Firewall(.....) predef = Predefined() fw.add(predef) ServiceObject.refreshall(predef)...
Starting in PAN-OS 10.2, ssl decryption rules can have multiple certificates. A user [on live](https://live.paloaltonetworks.com/t5/automation-api-discussions/ansible-panos-decryption-rule-not-working-with-ssl-inbound/td-p/542849) said the xml changed from this: ```xml test-cert ``` to this: ```xml test-cert ```
I'm pretty sure that terraform-plugin-docs adds the validator docstrings to a param's docstring when the provider is built using SDKv2, but this is not happening for my provider built using...
There are multiple things that differ with this implementation than the address object implementation. [Within Location] * The `Location.Xpath()` function takes three params instead of two; the third parameter being...