Skip to content

Releases: davidban77/ansible-collection-gns3

Release 1.4.0

23 Sep 15:50
30e44cc
Compare
Choose a tag to compare

Enhacements:

  • Added gns3_node to interact with the node inside a project. Provides the following:
    • start/stop/suspend/reload: Actions to be applied on the node. These are idempotent with the exception of reload.
    • Special flags like retry for an action to be applied a second time just in case... And a force_project_open to interact with a device if the project is closed
  • Refactored gns3_project to be more pythonic

Release 1.3.0

22 Sep 10:54
645c11b
Compare
Choose a tag to compare

1.3.0

  • Added gns3_node_file and gns3_project_file modules.
  • Improved the Makefile
  • Added alpine node to the tests

Release 1.2.2

19 Sep 09:47
1342cf7
Compare
Choose a tag to compare

1.2.2.

  • Upgrading to gns3fy ^0.4.0

  • Adding a make file for mazer

Release 1.2.1

12 Sep 11:37
512b36a
Compare
Choose a tag to compare

Enhancement:

  • No more node_type needed when creating nodes in a project.

Release 1.2.0

12 Sep 11:30
4030710
Compare
Choose a tag to compare

New features:

  • Modules:
    • gns3_nodes_inventory: Returns inventory-style dictionary of the nodes.

Fixes:

  • Modules:

    • Error when using the gns3_version module when gns3fy is not installed
  • Tests:

    • Added check for gns3_version