You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install --upgrade gns3fy Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: gns3fy in /home/craig/.local/lib/python3.8/site-packages (0.7.1) Requirement already satisfied: requests<3.0,>=2.22 in /usr/lib/python3/dist-packages (from gns3fy) (2.22.0) Requirement already satisfied: pydantic<2.0,>=1.0 in /home/craig/.local/lib/python3.8/site-packages (from gns3fy) (1.9.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.8/dist-packages (from pydantic<2.0,>=1.0->gns3fy) (4.0.1)
main.yaml playbook as below:
`- hosts: localhost
collections:
- davidban77.gns3
tasks:
- name: Get server version
gns3_facts:
url: "{{ gns3_url }}"
port: 80
get_images: all
get_compute_ports: yes
register: resultado
Trying to create/state a topology on GNS3 2.2.29
get the following error
fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "links_spec": null, "nodes_delay": 10, "nodes_spec": null, "nodes_state": "started", "nodes_strategy": "all", "password": null, "poll_wait_time": 5, "port": 80, "project_id": null, "project_name": "test_ansible_55", "state": "opened", "url": "http://192.168.78.129", "user": null } }, "msg": "__init__() got an unexpected keyword argument 'link_style'" }
I have the lastest gns3fy installed as below:
pip install --upgrade gns3fy Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: gns3fy in /home/craig/.local/lib/python3.8/site-packages (0.7.1) Requirement already satisfied: requests<3.0,>=2.22 in /usr/lib/python3/dist-packages (from gns3fy) (2.22.0) Requirement already satisfied: pydantic<2.0,>=1.0 in /home/craig/.local/lib/python3.8/site-packages (from gns3fy) (1.9.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.8/dist-packages (from pydantic<2.0,>=1.0->gns3fy) (4.0.1)
main.yaml playbook as below:
`- hosts: localhost
collections:
- davidban77.gns3
tasks:
- name: Get server version
gns3_facts:
url: "{{ gns3_url }}"
port: 80
get_images: all
get_compute_ports: yes
register: resultado
`
can anyone help?
The text was updated successfully, but these errors were encountered: