Files
toallab-automation/collections/ansible_collections/davidban77/gns3/test/playbooks/delete_files.yml

17 lines
456 B
YAML

- hosts: localhost
tasks:
- name: Play with a dummy file to node
gns3_node_file:
url: "{{ gns3_url }}"
project_name: "{{ gns3_project_name }}"
node_name: alpine-1
state: absent
dest: /etc/network/dummy_file
- name: Play with a dummy file on project
gns3_project_file:
url: "{{ gns3_url }}"
project_name: "{{ gns3_project_name }}"
state: absent
dest: README.txt