ansible-role-patroni icon indicating copy to clipboard operation
ansible-role-patroni copied to clipboard

Add support for EL8

Open danopt opened this issue 2 years ago • 1 comments

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

danopt avatar Oct 31 '22 17:10 danopt

Fixes #106

danopt avatar Oct 31 '22 17:10 danopt