Install pgCenter (command-line admin tool for observing and troubleshooting PostgreSQL) with Ansible.
All x86-64 Linux distributions.
pgCenter is written on Go language and distributed as a single precompiled binary file.
pgCenter has been developed to work on Linux and hasn't been tested on other OS (operating systems), therefore, it is not recommended to use it on alternative systems because it will not operate properly.
pgcenter_version
- version of pgcenter package for installing.
proxy_env
- use proxy server to download pgcenter packages (if required).
proxy_env:
http_proxy: http://10.128.64.9:3128
https_proxy: http://10.128.64.9:3128
set_pgcenter_alias
- specify the alias for pgcenter. Default: false
alias pgcenter='pgcenter top -h /var/run/postgresql/ -U postgres -d postgres'
See the defaults/main.yml file for details.
None.
- hosts: servers
roles:
- role: ansible-role-pgcenter
Licensed under the MIT License. See the LICENSE file for details.
Vitaliy Kukharik (PostgreSQL DBA) vitabaks@gmail.com