---
###############################################################################
# Monitoring node encryption configuration.

# List of block devices to encrypt. See stackhpc.luks role for format.
luks_devices: >
  {{ controller_luks_devices
     if inventory_hostname in groups['controllers'] else
     monitoring_luks_devices }}
