Skip to content

Latest commit

 

History

History

postgresql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ansible Role: PostgreSQL

Installs PostgreSQL server on Debian and Ubuntu servers.

Example Playbook

    - hosts: all

      vars:
        postgresql_version: '15'
        postgresql_with_postgis: true

      roles:
        - alphanodes.setup.postgresql