summaryrefslogtreecommitdiff
path: root/test/integration/targets/cnos_save/tasks/main.yml
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:29 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:29 +0000
commit6e048cc2689d033b7757174d582077dd4af494b5 (patch)
tree05eb51738d05d26c992b439214c3dd7ffd1af538 /test/integration/targets/cnos_save/tasks/main.yml
parentcb06e04e718f73173a6dcae1b082637063bae786 (diff)
downloadansible-6e048cc2689d033b7757174d582077dd4af494b5.tar.gz
Migrated to community.general
Diffstat (limited to 'test/integration/targets/cnos_save/tasks/main.yml')
-rw-r--r--test/integration/targets/cnos_save/tasks/main.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/integration/targets/cnos_save/tasks/main.yml b/test/integration/targets/cnos_save/tasks/main.yml
deleted file mode 100644
index 6251d9eb6e..0000000000
--- a/test/integration/targets/cnos_save/tasks/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# This contain sample template execution tasks
----
-- name: Test Save
- cnos_save: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data1}}"
-
-- name: Test Reset to factory
- cnos_factory: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data2}}"
-
-- name: Test Again save
- cnos_save: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data3}}"
-
-- name: Test Reload
- cnos_reload: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data4}}"
-# Completed file