From f1a7f63c1cb10693f96c713c1405e71740b63eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4hnel?= Date: Fri, 16 Jun 2023 12:59:59 +0000 Subject: [PATCH] DEV-1071 Fix regresion in patchday.yml --- group_vars/postgres02/plain.yml | 2 -- host_vars/dev-postgres02-01.yml | 1 + host_vars/dev-postgres02-02.yml | 1 + host_vars/prodnso-postgres02-01.yml | 2 ++ host_vars/prodnso-postgres02-02.yml | 2 ++ host_vars/qa-postgres02-01.yml | 1 + host_vars/qa-postgres02-02.yml | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) diff --git a/group_vars/postgres02/plain.yml b/group_vars/postgres02/plain.yml index 4361962..17dee4e 100644 --- a/group_vars/postgres02/plain.yml +++ b/group_vars/postgres02/plain.yml @@ -11,5 +11,3 @@ shared_service_pg_slave_ip: "{{ stage_server_infos | list | first | default('-') }}" - -lvm_volume_encryption: true diff --git a/host_vars/dev-postgres02-01.yml b/host_vars/dev-postgres02-01.yml index fbbefea..a47a98a 100644 --- a/host_vars/dev-postgres02-01.yml +++ b/host_vars/dev-postgres02-01.yml @@ -1,2 +1,3 @@ --- server_type: "master" +lvm_volume_encryption: true diff --git a/host_vars/dev-postgres02-02.yml b/host_vars/dev-postgres02-02.yml index 962f9a5..4d95a12 100644 --- a/host_vars/dev-postgres02-02.yml +++ b/host_vars/dev-postgres02-02.yml @@ -1,2 +1,3 @@ --- server_type: "slave" +lvm_volume_encryption: true diff --git a/host_vars/prodnso-postgres02-01.yml b/host_vars/prodnso-postgres02-01.yml index 206ee12..8aabcd5 100644 --- a/host_vars/prodnso-postgres02-01.yml +++ b/host_vars/prodnso-postgres02-01.yml @@ -7,3 +7,5 @@ postgres_backup_volume_size: 20 postgres_pgdatadir_lvm_hcloudvol_count: 2 postgres_pgdatadir_lvm_hcloudvol_size: 30 + +lvm_volume_encryption: true diff --git a/host_vars/prodnso-postgres02-02.yml b/host_vars/prodnso-postgres02-02.yml index 0ab9a3c..f60118c 100644 --- a/host_vars/prodnso-postgres02-02.yml +++ b/host_vars/prodnso-postgres02-02.yml @@ -7,3 +7,5 @@ postgres_backup_volume_size: 20 postgres_pgdatadir_lvm_hcloudvol_count: 2 postgres_pgdatadir_lvm_hcloudvol_size: 30 + +lvm_volume_encryption: true diff --git a/host_vars/qa-postgres02-01.yml b/host_vars/qa-postgres02-01.yml index fbbefea..a47a98a 100644 --- a/host_vars/qa-postgres02-01.yml +++ b/host_vars/qa-postgres02-01.yml @@ -1,2 +1,3 @@ --- server_type: "master" +lvm_volume_encryption: true diff --git a/host_vars/qa-postgres02-02.yml b/host_vars/qa-postgres02-02.yml index 962f9a5..4d95a12 100644 --- a/host_vars/qa-postgres02-02.yml +++ b/host_vars/qa-postgres02-02.yml @@ -1,2 +1,3 @@ --- server_type: "slave" +lvm_volume_encryption: true