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