File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ to function correctly.
14
14
Role Variables
15
15
--------------
16
16
17
- None
17
+ ` address ` : IP address or hostname of the iDRAC BMC.
18
+
19
+ ` username ` : Username credentials for the iDRAC.
20
+
21
+ ` password ` : Password credentials for the iDRAC.
18
22
19
23
Dependencies
20
24
------------
24
28
Example Playbook
25
29
----------------
26
30
27
- This role may be used as follows:
31
+ With the iDRAC BMCs in the inventory, this role may be used as follows:
28
32
29
- - hosts: dell-servers
33
+ - hosts: dell-server-bmcs
34
+ gather_facts: false
30
35
roles:
31
36
- role: stackhpc.drac-facts
32
37
tasks:
33
38
- name: Gather facts via DRAC
34
39
local_action:
35
40
module: drac_facts
36
- address: 1.2.3.4
41
+ address: "{{ ansible_host }}"
37
42
username: foo
38
43
password: bar
39
44
You can’t perform that action at this time.
0 commit comments