The PostgreSQL modules rely on the Psycopg2 PostgreSQL database adapter.
- 2.9
- 2.10
- devel
-
Info modules:
-
Basic modules:
-
Other modules:
Before using the PostgreSQL collection, you need to install it with the Ansible Galaxy CLI:
ansible-galaxy collection install community.postgresql
You can include it in a requirements.yml
file and install it via ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: community.postgresql
You can also download the tarball from Ansible Galaxy and install the collection manually wherever you need.
See Ansible Using collections for more details.
We're following the general Ansible contributor guidelines; see Ansible Community Guide.
If you want to clone this repositority (or a fork of it) to improve it, you can proceed as follows:
- Create a directory
ansible_collections/community
; - In there, checkout this repository (or a fork) as
postgresql
; - Add the directory containing
ansible_collections
to your ANSIBLE_COLLECTIONS_PATH.
See Ansible's dev guide for more information.
There is also the community pinboard used by the PostgreSQL working group for announcements and discussing general questions.
See the changelog.
See the release plan. See blah blah
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
GNU General Public License v3.0 or later.
See LICENSE to see the full text.