Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. name: "Get INFO from all HPE iLO Servers"
  2. hpilo_facts:
  3. host: "{{ hosts['ILO_HPE_ALL'] }}"
  4. login: "Administrator"
  5. password: "{{ ilo_pass }}"
  6. delegate_to: localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement