Skip to content

Releases: CiscoDevNet/FTDAnsible

v0.3.1: Bug fixes for FTD 6.6

28 Apr 12:32
5b0f330
Compare
Choose a tag to compare

Fixed

  • Minor bugs to support FTD 6.6

Add support of features and changes introduced with FTD 6.5.0

23 Oct 12:29
5c071bd
Compare
Choose a tag to compare

Added

  • Update duplicate object lookup process according to API updated in newer versions of FDM
  • Switch to Ansible 2.8.3
  • Add handling of No content response for update resource requests

v0.2.2: Bugfix for "register_as" parameter

06 Jun 11:53
Compare
Choose a tag to compare

Fixed

  • Usage of register_as parameter in ftd_configuration module.

v0.2.1: More playbooks and minor improvements

23 May 15:03
Compare
Choose a tag to compare

Added

  • Ansible playbooks for configuring DHCP servers and Static Routes.

Changed

  • firepower-kickstart dependency used in ftd_install module being installed from official PyPI.

v0.2.0: New module and playbooks for FTD installation

12 Apr 09:02
Compare
Choose a tag to compare

Added

  • Ansible module (ftd_install) for installing package images on hardware FTD device.
  • Ansible playbooks for provisioning virtual FTDs on AWS, KVM, and VMware platforms.

Changed

  • Dynamic lookup of API version in FTD HTTP API plugin.
  • More Ansible playbooks for various FTD configurations (advanced Access Rules, registering Smart License, creating a backup, etc).
  • Automatic removal of duplicates from reference lists for better idempotency.

v0.1.1: Upsert operation for noncreatable objects (#59)

16 Jan 16:23
Compare
Choose a tag to compare
* Support upsert for non-creatable objects

* Remove redundant helper method

* Update upsert to support non-creatable objects

* Add playbook sample with physical interfaces

* Refactor configuration code

* Update upsert test cases

* Update doc generation for upsert operation

* Fix flake8 errors

Initial release

01 Nov 12:29
7395fdf
Compare
Choose a tag to compare
Merge pull request #45 from CiscoDevNet/samples-under-apache-license

Distribute samples under Apache License 2.0