davidban77 / ansible-collection-gns3

Ansible Collection for GNS3 Server REST API using gns3fy
https://galaxy.ansible.com/davidban77/gns3
MIT License
38 stars 20 forks source link

Project does not fully stop nodes for builtin nodes #1

Open davidban77 opened 5 years ago

davidban77 commented 5 years ago

By default in GNS3 builtin nodes are always on. Meaning that you cannot start/stop the when they are added to your topology.

The problem is that the ansible module gns3_project marks as changed when trying to shutdown these nodes. The idea would be to skip these nodes from the check so the action ba fully idempotent.

For this I need some kind of builtin attribute set on the Node object in gns3fy