kayobe/ansible/group_vars/seed/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

7 lines
234 B
Plaintext

---
###############################################################################
# Seed node encryption configuration.
# List of block devices to encrypt. See stackhpc.luks role for format.
luks_devices: "{{ seed_luks_devices }}"