10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
---
|
|
###############################################################################
|
|
# Monitoring node software RAID configuration.
|
|
|
|
# List of software RAID arrays. See mrlesmithjr.mdadm role for format.
|
|
mdadm_arrays: >
|
|
{{ controller_mdadm_arrays
|
|
if inventory_hostname in groups['controllers'] else
|
|
monitoring_mdadm_arrays }}
|