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

  tasks:

  - name: "get bios boot option"
    inspur.sm.boot_option_info:
      provider: "{{ ism }}"