You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are some modules in PAN-OS Ansible collection that are used in upgrade automation projects as libraries but can't be used directly because they just don't work and local modified copies are used instead. In some cases they work but don't handle all possible errors.
The following modules are the subject of this issue:
panos_active_in_ha.py
panos_readiness_checks.py
panos_snapshot_report.py
Describe the solution you'd like
We'd like to abandon the necessity of using local libraries in the playbooks and use remote modules in PAN-OS Ansible collection instead. This may introduce some improvements to the modules in this repository.
Describe alternatives you've considered
The only alternative is to use local libraries which we currently do.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently there are some modules in PAN-OS Ansible collection that are used in upgrade automation projects as libraries but can't be used directly because they just don't work and local modified copies are used instead. In some cases they work but don't handle all possible errors.
The following modules are the subject of this issue:
Describe the solution you'd like
We'd like to abandon the necessity of using local libraries in the playbooks and use remote modules in PAN-OS Ansible collection instead. This may introduce some improvements to the modules in this repository.
Describe alternatives you've considered
The only alternative is to use local libraries which we currently do.
The text was updated successfully, but these errors were encountered: