add variable postgres_base_dir
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c39ec2be43
commit
afc1629696
@ -6,7 +6,7 @@ __postgres_service_file: "/usr/lib/systemd/system/{{ __postgres_daemon }}.servic
|
||||
__postgres_packages:
|
||||
- "{{ __postgres_packagename }}"
|
||||
- "{{ __postgres_packagename }}-server"
|
||||
__postgres_data_dir: "/var/lib/pgsql/{{ __postgres_version }}/data"
|
||||
__postgres_data_dir: "{{ postgres_base_dir | default('/var/lib/pgsql/' + __postgres_version) }}/data"
|
||||
__postgres_config_path: "{{ __postgres_data_dir }}"
|
||||
__postgres_tls_key_path: "{{ __postgres_data_dir }}/tls/key/{{ postgres_tls_key_filename }}"
|
||||
__postgres_tls_cert_path: "{{ __postgres_data_dir }}/tls/certs/{{ postgres_tls_cert_filename }}"
|
||||
|
Loading…
Reference in New Issue
Block a user