Add GNS3 support and fix typo in site.yml

This commit is contained in:
2020-04-09 14:57:54 -04:00
parent 0989800e14
commit af4b3cf4f3
31 changed files with 2694 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
- hosts: localhost
gather_facts: no
tasks:
- name: Retrieve computes info all
gns3_facts:
url: "{{ gns3_url }}"
get_images: iou
get_compute_ports: no
register: resultado
- debug: var=resultado
# - name: Retrieves basic facts
# gns3_facts:
# url: "{{ gns3_url }}"
# register: resultado
# - debug: var=resultado