ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 573 forks source link

New release #517

Closed dzmitry-rudnouski closed 2 years ago

dzmitry-rudnouski commented 3 years ago

Hello, is new release planned? Last release was in 2019. There are lot of unreleased commits in master.

maglub commented 3 years ago

Hi,

This is a very good "finding", we migrated from Travis CI to Github Actions recently, and I think that the integration with Ansible Galaxy is missing.

ajweitz commented 2 years ago

Is there a workaround for using this role without galaxy?

maglub commented 2 years ago

Easy:

$ cat requirements.yml
...
- src: git+https://github.com/ANXS/postgresql.git
  version: master
  name: ANXS.postgresql

$ ansible-galaxy role install -f -r requirements.yml ANXS.postgresql