47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
---
|
|
###############################################################################
|
|
# iDRAC configuration.
|
|
|
|
# Default username for iDRACs.
|
|
idrac_default_username: root
|
|
|
|
# Default password for iDRACs.
|
|
idrac_default_password: calvin
|
|
|
|
# Default IP address for iDRACs.
|
|
idrac_default_ip: 192.168.0.120
|
|
|
|
# Dict mapping host description (as found in switch interface configuration) to
|
|
# IP address of the iDRAC for that host.
|
|
idrac_network_ips: {}
|
|
|
|
# Gateway IP address for iDRAC network.
|
|
idrac_network_gateway:
|
|
|
|
# IP netmask for iDRAC network.
|
|
idrac_network_netmask:
|
|
|
|
# VLAN for iDRAC network.
|
|
idrac_network_vlan:
|
|
|
|
# ID of VLAN to use for bootstrapping iDRACs.
|
|
idrac_bootstrap_vlan:
|
|
|
|
# Name of network namespace on controller to use for bootstrapping iDRACs.
|
|
idrac_bootstrap_net_namespace: idrac-bootstrap
|
|
|
|
# Controller group to use for bootstrapping iDRACs.
|
|
idrac_bootstrap_controller_group:
|
|
|
|
# Base network interface on controller to use for bootstrapping iDRACs.
|
|
idrac_bootstrap_controller_interface:
|
|
|
|
# VLAN network interface on controller to create for bootstrapping iDRACs.
|
|
idrac_bootstrap_controller_vlan_interface: "{{ idrac_bootstrap_controller_interface }}.{{ idrac_bootstrap_vlan }}"
|
|
|
|
# IP address of controller to use for bootstrapping iDRACs.
|
|
idrac_bootstrap_controller_ip: 192.168.0.1
|
|
|
|
# Name of an Ansible group containing switches forming the iDRAC network.
|
|
idrac_bootstrap_switch_group:
|