- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-12-2019 03:42 AM
Hi.
Im working with a customer using PANW/NSX that wants to automate Panorama/firewall deployment with ansible.
So far I have found a few stumbling blocks:
For nr 1, I'll fix it by creating a custom .ovf file.
If anyone has any suggestions to solve nr 2 and 3, please reply.
I'll keep posting as I figure out how to go forward.
09-16-2019 07:10 AM
You can disable certificate checking globally for Python by editing /etc/python/cert-verification.cfg and set verify=disable.
This is not very secure, so we should look at enabling this on runtime per playbook.This way we can disable checks, install certs from our favourite CA, and then turn cert-checks on again.
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!