ansible-role-patroni
ansible-role-patroni copied to clipboard
Add support for EL8
Changes:
- Reorganisation of files in vars/ to separate them into different OS and Major Distribution Versions
- Added tasks to postgres.yml to install PostgreSQL on EL8
- Changed include_vars to access reorganised vars/ files and set a new fact to enable a GPG key for the repo on EL8
- Added a new variable (__postgresql_yum_repo_gpg_key_url) to RedHat-8.yml in vars/ to set the fact for the GPG Key
Fixes #106