mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-25 08:06:39 +00:00
65 lines
2.3 KiB
YAML
65 lines
2.3 KiB
YAML
patroni_postgresql_repo_package: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
|
|
patroni_postgresql_packages:
|
|
- "{{ patroni_postgresql_package_name }}{{ patroni_postgresql_major_version }}-server-{{ patroni_postgresql_version }}"
|
|
- "{{ patroni_postgresql_package_name }}{{ patroni_postgresql_major_version }}-contrib-{{ patroni_postgresql_version }}"
|
|
|
|
patroni_repo_package: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
|
|
patroni_default_packages:
|
|
- "{{ patroni_package_name }}-{{ patroni_version }}"
|
|
- "{{ patroni_package_name }}-consul-{{ patroni_version }}"
|
|
- "{{ patroni_package_name }}-etcd-{{ patroni_version }}"
|
|
- "{{ patroni_package_name }}-zookeeper-{{ patroni_version }}"
|
|
|
|
patroni_python39_packages:
|
|
- "{{ patroni_package_name }}-{{ patroni_version }}"
|
|
- python39-consul
|
|
- python39-etcd
|
|
- python3.9
|
|
- python39-six
|
|
- python39-aio-pika
|
|
- python39-aiodns
|
|
- python39-aiohttp
|
|
- python39-aiormq
|
|
- python39-aiosignal
|
|
- python39-async-timeout
|
|
- python39-attrs
|
|
- python39-brotli
|
|
- python39-cchardet
|
|
- python39-certifi
|
|
- python39-cffi
|
|
- python39-chardet
|
|
- python39-charset-normalizer
|
|
- python39-click
|
|
- python39-consul
|
|
- python39-dnspython
|
|
- python39-dotenv
|
|
- python39-etcd
|
|
- python39-frozenlist
|
|
- python39-idna
|
|
- python39-multidict
|
|
- python39-pamqp
|
|
- python39-ply
|
|
- python39-prettytable
|
|
- python39-psutil
|
|
- python39-psycopg2
|
|
- python39-pycares
|
|
- python39-pycparser
|
|
- python39-pydantic
|
|
- python39-pysocks
|
|
- python39-pyyaml
|
|
- python39-requests
|
|
- python39-typing-extensions
|
|
- python39-urllib3
|
|
- python39-wcwidth
|
|
- python39-yarl
|
|
- python39-ydiff
|
|
- python39-dateutil
|
|
|
|
patroni_postgresql_data_dir: "{{ patroni_postgresql_home_dir }}/{{ patroni_postgresql_major_version }}/data" # You can specify custom data dir path
|
|
patroni_postgresql_wal_dir: "" # custom WAL dir path (symlink will be created) [optional]
|
|
patroni_postgresql_conf_dir: "{{ patroni_postgresql_data_dir }}"
|
|
patroni_postgresql_bin_dir: "/usr/pgsql-{{ patroni_postgresql_version }}/bin"
|
|
patroni_postgresql_log_dir: "/var/log/postgresql"
|
|
patroni_postgresql_unix_socket_dir: "/var/run/postgresql"
|
|
patroni_postgresql_home_dir: "/var/lib/pgsql"
|