mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 13:06:57 -06:00
[jfrog-platform] 7.25.7 release (#159)
This commit is contained in:
committed by
GitHub
parent
6997cd9efb
commit
b38d10db61
@@ -1,4 +1,3 @@
|
||||
---
|
||||
# Default version of Postgres server to install.
|
||||
postgres_version: 13
|
||||
|
||||
@@ -93,3 +92,14 @@ postgres_allowed_hosts:
|
||||
address: "0.0.0.0/0",
|
||||
method: "trust",
|
||||
}
|
||||
|
||||
# PostgreSQL misc settings
|
||||
postgresql_bin_path: "{{ default_postgresql_bin_path }}"
|
||||
postgresql_config_path: "{{ default_postgresql_config_path }}"
|
||||
postgresql_data_dir: "{{ default_postgresql_data_dir }}"
|
||||
postgresql_daemon: "{{ default_postgresql_daemon }}"
|
||||
postgresql_external_pid_file: "{{ default_postgresql_external_pid_file }}"
|
||||
|
||||
postgres_apt_key_id: "{{ default_postgres_apt_key_id }}"
|
||||
postgres_apt_key_url: "{{ default_postgres_apt_key_url }}"
|
||||
postgres_apt_repository_repo: "{{ default_postgres_apt_repository_repo }}"
|
||||
|
||||
Reference in New Issue
Block a user