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

  tasks:

  - name: "get PCIE information"
    inspur.sm.pcie_info:
      provider: "{{ ism }}"