ElaoInfra.phppgadmin

Ansible Role: phpPgAdmin

This role will install and config phpPgAdmin via composer.

It's part of the ELAO Ansible stack but can be used as a stand alone component.

Requirements

  • Ansible 1.9.0+

Dependencies

  • Composer

Installation

Using ansible galaxy:

ansible-galaxy install elao.phppgadmin

You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:

dependencies:
  - { role: elao.phppgadmin }

Example playbook

- hosts: servers
  roles:
     - { role: elao.phppgadmin }

Role Variables

Definition

Name Default Type Description
elao_phppgadmin_user None String User
elao_phppgadmin_user_group None String User group
elao_phppgadmin_path /opt/phppgadmin String Path
elao_phppgadmin_config Array Dictionnary Config
elao_phppgadmin_config.servers Array Array Servers
elao_phppgadmin_config.servers.host localhost String Host

Configuration example

---

elao_phppgadmin_config:
  blowfish_secret: 'ThisSecretIsNotSoSecret'
  servers:
    - host: localhost

Licence

MIT

Author information

ELAO (http://www.elao.com/)

About

Install and config phpPgAdmin via composer

Install
ansible-galaxy install ElaoInfra.phppgadmin
GitHub repository
License
Unknown
Downloads
352
Owner
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala