aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.yml
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2018-11-09 16:35:02 +0100
committerGitHub <noreply@github.com>2018-11-09 16:35:02 +0100
commite4dc49c472514ed083e5935758acc08df5ee959e (patch)
tree0e76b31364c57fce6f0dbfe7c60b3d5d89af5b53 /test/main.yml
parentd0bc90e08c29e881c388c6803ed9c49dff1f1776 (diff)
parent91a1727f6cb7049669a700815a8908721da45ff5 (diff)
downloadansible-postgresql-role-e4dc49c472514ed083e5935758acc08df5ee959e.tar.gz
ansible-postgresql-role-e4dc49c472514ed083e5935758acc08df5ee959e.tar.zst
ansible-postgresql-role-e4dc49c472514ed083e5935758acc08df5ee959e.zip
Merge pull request #1 from chtitux/postgres-11
Add PostgreSQL 11
Diffstat (limited to 'test/main.yml')
-rw-r--r--test/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.yml b/test/main.yml
index 19ff526..e1731ac 100644
--- a/test/main.yml
+++ b/test/main.yml
@@ -2,8 +2,8 @@
2- name: Bring up docker containers 2- name: Bring up docker containers
3 hosts: localhost 3 hosts: localhost
4 vars: &common_vars 4 vars: &common_vars
5 postgres_version: 10 5 postgres_version: 11
6 postgres_barman_directory: 'test-postgres-10' 6 postgres_barman_directory: 'test-postgres-11'
7 postgres_barman_server: postgres_barman 7 postgres_barman_server: postgres_barman
8 barman_rsync_password: "secret_rsync" 8 barman_rsync_password: "secret_rsync"
9 barman_rsync_allowed_hosts: 172.17.0.0/24 9 barman_rsync_allowed_hosts: 172.17.0.0/24