PaloAltoNetworks/pan-os-ansible

Modules used as libraries in upgrade automation playbooks

Closed this issue · 0 comments

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:

  • 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.