2024-09-28 19:15:56 +02:00
|
|
|
---
|
2024-09-29 16:11:31 +02:00
|
|
|
- name: Setup encrypted volumes
|
2025-05-02 14:24:08 +02:00
|
|
|
hosts: public
|
2024-09-29 16:11:31 +02:00
|
|
|
gather_facts: true
|
2024-09-28 19:15:56 +02:00
|
|
|
|
2024-09-29 16:11:31 +02:00
|
|
|
roles:
|
|
|
|
|
- role: "encryption"
|
|
|
|
|
tags:
|
|
|
|
|
- roles
|
|
|
|
|
- roles::encryption
|
2025-05-11 19:41:48 +02:00
|
|
|
- roles::encryption::kms
|
|
|
|
|
- roles::encryption::volume
|