From 7b241a44e602d70c97e9b9e5af4b600ff7eb3651 Mon Sep 17 00:00:00 2001 From: Paul B Date: Tue, 29 Jan 2019 15:00:48 +0100 Subject: doc: update README to document extension creation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 515535b..06622c8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ To install: ansible-galaxy install trainline-eu.ansible_postgresql_role ``` - #### Dependencies No dependencies @@ -36,7 +35,6 @@ This table lists the tested version of OS/PostgreSQL couples. - :interrobang: - maybe works, not tested - :no_entry: - PostgreSQL has reached EOL - #### Variables ```yaml @@ -60,6 +58,9 @@ postgres_clusters: # Mandatory databases: - dbname: my_database # Mandatory owner: john # Mandatory + extensions: # Optional + - names: [ 'postgis', 'postgis_topology' ] + apt_deps: [ 'postgresql-11-postgis' ] # Postgres config (Optional) postgres_log_line_prefix: '%m [%p] database: %d host: %h user: %u ' -- cgit v1.2.3