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