Skip to content

Commit fff97b0

Browse files
committed
Additional text on parameters.
Prevent fact gathering in the example when the BMCs are part of the inventory.
1 parent 1882d23 commit fff97b0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ to function correctly.
1414
Role Variables
1515
--------------
1616

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.
1822

1923
Dependencies
2024
------------
@@ -24,16 +28,17 @@ None
2428
Example Playbook
2529
----------------
2630

27-
This role may be used as follows:
31+
With the iDRAC BMCs in the inventory, this role may be used as follows:
2832

29-
- hosts: dell-servers
33+
- hosts: dell-server-bmcs
34+
gather_facts: false
3035
roles:
3136
- role: stackhpc.drac-facts
3237
tasks:
3338
- name: Gather facts via DRAC
3439
local_action:
3540
module: drac_facts
36-
address: 1.2.3.4
41+
address: "{{ ansible_host }}"
3742
username: foo
3843
password: bar
3944

0 commit comments

Comments
 (0)