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