From: Paul B Date: Tue, 29 Jan 2019 14:00:48 +0000 (+0100) Subject: doc: update README to document extension creation X-Git-Tag: 1.4.0^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7b241a44e602d70c97e9b9e5af4b600ff7eb3651;p=github%2Ffretlink%2Fansible-postgresql-role.git doc: update README to document extension creation --- 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 '