Skip to content

mlouguid/ansible-role-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-postgresql

Installs and configures PostgreSQL server on Debian/Ubuntu servers

Role Variables

Available variables are listed on, (defaults/main.yml):

postgresql_version: 15
postgresql_listen_addresses: '*'
postgresql_port: 5432
postgresql_admin_user: 
postgresql_admin_password: ""
postgresql_db_name: 
postgresql_db_user: 
postgresql_db_password: ""

Playbook

PI: run it in a playbook with a global become: yes

- hosts: database
  roles:
    - role: postgresql
      become: yes

About

Ansible Role - PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages