From 53ac42c4193fd609ef57355b022b71ecd48b8d6f Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 12 Jun 2017 10:17:17 +0100 Subject: [PATCH] Add documentation of idrac-bootstrap.yml playbook variable idrac_limit --- ansible/idrac-bootstrap.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/idrac-bootstrap.yml b/ansible/idrac-bootstrap.yml index 7ca12cf58..da7b78571 100644 --- a/ansible/idrac-bootstrap.yml +++ b/ansible/idrac-bootstrap.yml @@ -16,6 +16,12 @@ # 4. Remove the temporary bootstrap VLAN from the switch. # 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 hosts: "{{ idrac_bootstrap_switch_group }}" gather_facts: no