diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/main.yml | 4 |
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 |