https://github.com/kevincoakley/ansible-role-plpython
https://github.com/kevincoakley/ansible-role-plpython
ansible ansible-role plpython postgres postgresql
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-plpython
- Owner: kevincoakley
- Archived: true
- Created: 2019-08-20T18:36:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T23:58:00.000Z (about 6 years ago)
- Last Synced: 2025-04-08T00:30:47.128Z (12 months ago)
- Topics: ansible, ansible-role, plpython, postgres, postgresql
- Homepage: https://galaxy.ansible.com/kevincoakley/plpython
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-plpython
=====================

Installs and enables plpython for PostgreSQL 10, 11 and 12. Tested with plpython on CentOS 7, 8 and Ubuntu 18.04.
Requirements
------------
None
Role Variables
--------------
See defaults/main.yml and the example inventory below
Dependencies
------------
PostgreSQL 10, 11 or 12 installed. kevincoakley.postgres can be used.
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- name: Converge
hosts: all
become: true
vars:
- postgres_major_version: 11
roles:
- role: ansible-role-plpython
License
-------
BSD
Author Information
------------------
Kevin Coakley (https://github.com/kevincoakley)