tjtoml.postgresql

tjtoml.postgresql

This role helps you install postgresql using the packages from The PostgreSQL Global Development Group rather than the official distribution. Its main purpose is to make sure that postgresql is installed so that you can use the Ansible postgres module.

Requirements

There are no special requirements.

Role Variables

  • postgres_version: 9.4 (default)
  • postgres_release: 3 (default)

Dependencies

There are no dependencies.

Example Playbook

Here’s an example of how to use this role:

- hosts: database_servers
  roles:
    - { role: tjtoml.postgresql, postgres_version: 9.4, postgres_release: 3 }

License

BSD

Author Information

This role was created by tjtoml for his own use.

Contributing

Feel free to submit pull requests! This playbook isn’t meant to cover all postgresql options, but I'm open to adding new features.

Informazioni sul progetto

PostgreSQL installation for Linux.

Installa
ansible-galaxy install tjtoml.postgresql
Licenza
Unknown
Download
1.3k
Proprietario