summaryrefslogtreecommitdiffstats
path: root/ansible_collections/inspur/sm/playbooks/modules/examples-reset_kvm.yml
blob: bf174c7b60e829b6a2d1531ab6346d668d2827ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: reset kvm test
  hosts: ism
  connection: local
  gather_facts: no
  vars:
    ism:
      host: "{{ ansible_ssh_host }}"
      username: "{{ username }}"
      password: "{{ password }}"

  tasks:

  - name: "reset kvm"
    inspur.sm.reset_kvm:
      provider: "{{ ism }}"