diff options
author | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-08 17:21:55 +0100 |
---|---|---|
committer | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-08 20:54:11 +0100 |
commit | 91a1727f6cb7049669a700815a8908721da45ff5 (patch) | |
tree | 0e76b31364c57fce6f0dbfe7c60b3d5d89af5b53 /test | |
parent | d0bc90e08c29e881c388c6803ed9c49dff1f1776 (diff) | |
download | ansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.tar.gz ansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.tar.zst ansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.zip |
Add PostgreSQL 11
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 |