You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
418 B
21 lines
418 B
11 months ago
|
---
|
||
|
driver:
|
||
|
name: vagrant
|
||
|
|
||
|
platforms:
|
||
|
- name: msvsphere-9
|
||
|
box: msvsphere/9
|
||
|
memory: 1024
|
||
|
cpus: 1
|
||
|
|
||
|
provisioner:
|
||
|
name: ansible
|
||
|
inventory:
|
||
|
group_vars:
|
||
|
all:
|
||
|
postgresql_major_version: '15'
|
||
|
postgresql_max_connections: 333
|
||
|
playbooks:
|
||
|
converge: ../resources/tests/postgresql_server/playbooks/converge.yml
|
||
|
verify: ../resources/tests/postgresql_server/playbooks/verify.yml
|