5d2a46b2b0
This can be advantageous in deployments with a data security requirement. Change-Id: I555ee575ccec0cfbcc4c4bcb53677796c83227e3 Story: 2007555 Task: 39410
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
---
|
|
###############################################################################
|
|
# 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 }}
|