issues
search
davidban77
/
ansible-collection-gns3
Ansible Collection for GNS3 Server REST API using gns3fy
https://galaxy.ansible.com/davidban77/gns3
MIT License
39
stars
20
forks
source link
Bumping to 1.5.0
#14
Closed
davidban77
closed
5 years ago
davidban77
commented
5 years ago
Enhancements:
Added
gns3_facts
to retrieve the compute information like: console ports, server version, available emulators, available images, etc..
Added
gns3_snapshot
to manipulate the snapshot creation/deletion and restoration of a project.
Fixes:
Added the needed
user
and
password
arguments to all the modules, when interacting with a GNS3 server with authentication.
Refactored the modules a little to be more standard with each other.
Enhancements:
gns3_facts
to retrieve the compute information like: console ports, server version, available emulators, available images, etc..gns3_snapshot
to manipulate the snapshot creation/deletion and restoration of a project.Fixes:
user
andpassword
arguments to all the modules, when interacting with a GNS3 server with authentication.