From dd54b74860fd9db85807619109b000b16b9bf52e Mon Sep 17 00:00:00 2001 From: Paul B Date: Fri, 25 Jan 2019 13:38:57 +0100 Subject: tests: adding a database creation with extensions --- test/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test') diff --git a/test/main.yml b/test/main.yml index 6258199..bc9d27c 100644 --- a/test/main.yml +++ b/test/main.yml @@ -49,12 +49,25 @@ archive_enabled: True barman_directory: "{{ postgres_barman_directory }}" users: + - username: tester + password: tester - username: barman password: "secret_cocktail" permissions: 'SUPERUSER' - username: replicator password: "secret_repli" permissions: 'REPLICATION' + databases: + - dbname: test_database + owner: tester + extensions: + - description: PostGis + apt_deps: + - "postgresql-{{ postgres_version }}-postgis" + names: + - postgis + - postgis_topology + - btree_gist with_items: - postgres_one -- cgit v1.2.3