5d2a46b2b0
This can be advantageous in deployments with a data security requirement. Change-Id: I555ee575ccec0cfbcc4c4bcb53677796c83227e3 Story: 2007555 Task: 39410
15 lines
331 B
YAML
15 lines
331 B
YAML
---
|
|
- name: Ensure encryption configuration is applied
|
|
hosts: seed-hypervisor:seed:overcloud
|
|
tags:
|
|
- luks
|
|
tasks:
|
|
- name: Setup LUKS disk encryption
|
|
vars:
|
|
luks_action: setup
|
|
include_role:
|
|
name: stackhpc.luks
|
|
when:
|
|
- luks_devices is defined
|
|
- luks_devices | length > 0
|