Skip to content
Snippets Groups Projects
Commit 53ac42c4 authored by Mark Goddard's avatar Mark Goddard
Browse files

Add documentation of idrac-bootstrap.yml playbook variable idrac_limit

parent 1e08a141
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
# 4. Remove the temporary bootstrap VLAN from the switch. # 4. Remove the temporary bootstrap VLAN from the switch.
# 5. Remove the VLAN interface on the controller node. # 5. Remove the VLAN interface on the controller node.
# Playbook variables:
#
# idrac_limit: Colon-separated list of names of idracs to limit bootstrappping
# to. These names should be present in the variable
# idrac_network_ips. If omitted all idracs will be bootstrapped.
- name: Ensure the iDRAC switches are supported - name: Ensure the iDRAC switches are supported
hosts: "{{ idrac_bootstrap_switch_group }}" hosts: "{{ idrac_bootstrap_switch_group }}"
gather_facts: no gather_facts: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment