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

  tasks:

  - name: "set psu config information"
    inspur.sm.edit_psu_config:
      id: 1
      switch: "active"
      provider: "{{ ism }}"