feat(encryption): refactor encryption provider scripts, update KMS integration, and enhance key management
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
dest: "/usr/local/bin/"
|
||||
mode: "0750"
|
||||
with_items:
|
||||
- "open_volume"
|
||||
- "read_system_id"
|
||||
- open_volume
|
||||
- read_system_id
|
||||
- start_encryption_provider
|
||||
tags:
|
||||
- roles::encryption::volume
|
||||
|
||||
@@ -43,6 +44,5 @@
|
||||
|
||||
- name: Create KMS service
|
||||
ansible.builtin.include_tasks: kms.yml
|
||||
when: encryption_aws_access_key_id is defined and encryption_aws_secret_access_key is defined and encryption_kms_arn is defined
|
||||
tags:
|
||||
- roles::encryption::kms
|
||||
|
||||
Reference in New Issue
Block a user