kayobe/ansible/group_vars/monitoring/luks
Will Szumski 5d2a46b2b0 Add support for encrypted block devices
This can be advantageous in deployments with a data security
requirement.

Change-Id: I555ee575ccec0cfbcc4c4bcb53677796c83227e3
Story: 2007555
Task: 39410
2020-05-20 15:49:51 +00:00

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 }}