Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 951 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 951 Bytes

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)