Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: PaloAltoNetworks/ansible-pan

Release v2.0.4

11 Mar 21:32
Compare
Choose a tag to compare

Minor bug fix for panos_interface

quality release

07 Oct 06:57
Compare
Choose a tag to compare
v2.0.1

Merge branch 'develop'

Katana

27 Sep 20:43
da39d57
Compare
Choose a tag to compare
  • Released: 2018-09-27
  • Status: Released

New modules

  • panos_administrator: Manages Panorama / NGFW administrators
  • panos_registered_ip: Use this instead of panos_dag_tags
  • panos_registered_ip_facts: Use this instead of panos_dag_tags
  • panos_address_object: Use this instead of panos_object
  • panos_address_group: Use this instead of panos_object
  • panos_service_object: Use this instead of panos_object
  • panos_service_group: Use this instead of panos_object
  • panos_tag_object: Use this instead of panos_object
  • panos_object_facts: Get facts about objects

Removed modules

Refactored modules

Now supporting state / idempotency

  • panos_interface
  • panos_nat_rule
  • panos_security_rule

Miscellanies / Fixes

  • merged Ansible role repo together with this one
  • #44
  • adding beta support for connections lib
  • #150

pre 2.0.0 test release

17 Sep 22:27
Compare
Choose a tag to compare

pre 2.0.0 test release

17 Sep 22:28
Compare
Choose a tag to compare
v1.0.8.1

test remove linter

V1.0.7

17 Sep 22:28
Compare
Choose a tag to compare

New modules

  • panos_userid: added ability to (un)register userid with ip address
  • panos_software: Upgrade and downgrade PAN-OS on firewalls and Panorama.
  • panos_userid: added ability to (un)register userid with ip address
  • panos_static_route: ability to manipulate static routing tables

Removed modules

N/A

Refactored modules

  • panos_interface: Added full support for static configuration of ethernet interfaces
  • Add functionality to list static address groups
  • Pass api_key to pandevice
  • panos_security_rule: Security Policy position/order
  • panos_security_rule: unable to add security policies in Post rule

Miscellanies

V1.0.6

17 Sep 22:28
Compare
Choose a tag to compare
v1.0.6

Merge branch 'develop'

V1.0.4

17 Sep 22:27
Compare
Choose a tag to compare

Intermediate release

17 Sep 22:28
Compare
Choose a tag to compare
Intermediate release Pre-release
Pre-release

Code refactoring and cleanup to adhere to Ansible module development guidelines.