PaloAltoNetworks / pan-os-ansible

Ansible collection for easy automation of Palo Alto Networks next generation firewalls and Panorama, in both physical and virtual form factors.
https://pan.dev/ansible/docs/panos
Apache License 2.0
209 stars 97 forks source link

feat: support for advanced routing engine #465

Open antoinekh opened 1 year ago

antoinekh commented 1 year ago

Hello,

Since 10.2 advanced-routing-engine is available to manage easily routing configuration. https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-new-features/networking-features/advanced-routing-engine

This feature is a real bonus so it would be nice if we can have playbooks to use it

Capture in Panorama 10.2 image

Best regards, Antoine

borgermeister commented 1 year ago

I second this proposal. It annoys me that I cannot add interfaces to a logical router in my playbooks.

sebastianczech commented 10 months ago

I prepared first version of advanced routing engine (ARE) in PR https://github.com/PaloAltoNetworks/pan-os-python/pull/539 - when that PR will be reviewed, merged and pan-os-python will be released, then work on preparing Ansible modules for ARE can be started.