Sha256: 50b0fd64b12a6367879f26529bb7c714ec50955156f29d9d47ba577f6566f824

Contents?: true

Size: 546 Bytes

Versions: 72

Compression:

Stored size: 546 Bytes

Contents

# Integration testing playbook
# ----------------------------

# A playbook for testing and integration.

# It will provision the `test` hosts in the inventory,
# which will, by default, specify the provided vagrant VM.

# This playbook should aim to test the most extensive
# or comprehensive configuration possible for your role.


- name: 'Role integration tests'

  hosts: test

  vars:
    postgresql_dev_headers: yes
    postgresql_contrib: yes
    postgresql_postgis: yes

  roles:
    - '.'    # The current directory itself is the role

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
subspace-3.0.13 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.12 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.11 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.10 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.9 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.6 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.5 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.4 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.3 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.2 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.0 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.10 ansible/roles/zenoamaro.postgresql/test.yml
subspace-3.0.0.rc1 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.9 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.8 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.7 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.6 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.5 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.4 ansible/roles/zenoamaro.postgresql/test.yml
subspace-2.5.3 ansible/roles/zenoamaro.postgresql/test.yml