Releases: davidban77/ansible-collection-gns3
Releases · davidban77/ansible-collection-gns3
Release 1.4.0
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 ofreload
.- Special flags like
retry
for an action to be applied a second time just in case... And aforce_project_open
to interact with a device if the project is closed
- Refactored
gns3_project
to be more pythonic
Release 1.3.0
1.3.0
- Added
gns3_node_file
andgns3_project_file
modules. - Improved the Makefile
- Added alpine node to the tests
Release 1.2.2
1.2.2.
-
Upgrading to
gns3fy ^0.4.0
-
Adding a make file for mazer
Release 1.2.1
Enhancement:
- No more
node_type
needed when creating nodes in a project.
Release 1.2.0
New features:
- Modules:
gns3_nodes_inventory
: Returns inventory-style dictionary of the nodes.
Fixes:
-
Modules:
- Error when using the
gns3_version
module whengns3fy
is not installed
- Error when using the
-
Tests:
- Added check for
gns3_version
- Added check for