Sha256: d8313cf59e6886c27aaaedbba526586c4f4c87753b2167aecd012244532acb9e

Contents?: true

Size: 448 Bytes

Versions: 71

Compression:

Stored size: 448 Bytes

Contents

---

# Boxed installation playbook
# ---------------------------

# A Simple, straight playbook for producing
# a boxed installation in a vagrant VM.


- name: 'PostgreSQL boxed installation'

  hosts: vagrant

  vars:
    postgresql_listen_addresses:
      - '*'
    postgresql_authentication:
      - type: host
        user: all
        database: all
        address: '0.0.0.0/0'
        method: trust

  roles:
    - '.'    # This role itself

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
subspace-0.4.8 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.7 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.6 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.5 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.4 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.3 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.2 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.1 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.4.0 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.3.0 ansible/roles/zenoamaro.postgresql/boxed.yml
subspace-0.2.1 ansible/roles/zenoamaro.postgresql/boxed.yml