Skip to content

JulianNeuhaus27/community.postgresql

 
 

Repository files navigation

PostgreSQL collection for Ansible

Build Status Codecov

Contributing to this collection

How to get started quickly, see the CONTRIBUTING.md.

We use the following guidelines:

We, the PostgreSQL working group, use the community pinboard for general announcements and discussions.

External requirements

The PostgreSQL modules rely on the Psycopg2 PostgreSQL database adapter.

Tested with Ansible

  • 2.9
  • 2.10
  • 2.11
  • devel

Included content

Using this collection

Installing the Collection from Ansible Galaxy

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.

Release notes

See the changelog.

Roadmap

See the release plan.

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Manage PostgreSQL with Ansible

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 2.7%
  • Jinja 0.4%