7f43edf68d
Change-Id: I647d93bf40d42a1b86b06170c8b4cc96972051c4 Story: 2005017 Task: 29495
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 }}
|