X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=515535b87f139b7c56dfad5554f2f59f7c91e0be;hb=f1a9ab46fed919f445e3b2eacb90a594eb095fd1;hp=1a83a08516912ef0856dd8b1fd6544b8c7222413;hpb=b91d73415f453ef39faf9824601b3fbeecceb4ef;p=github%2Ffretlink%2Fansible-postgresql-role.git diff --git a/README.md b/README.md index 1a83a08..515535b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -## PostgreSQL Ansible role [![Build Status](https://travis-ci.org/trainline-eu/postgresql.svg?branch=master)](https://travis-ci.org/trainline-eu/postgresql) +## PostgreSQL Ansible role [![Build Status](https://travis-ci.org/trainline-eu/ansible-postgresql-role.svg?branch=master)](https://travis-ci.org/trainline-eu/ansible-postgresql-role) Ansible role which installs and configures PostgreSQL clusters, databases and users. +See [role page on Ansible Galaxy](https://galaxy.ansible.com/trainline-eu/ansible_postgresql_role). + #### Installation This role has been tested on Ansible 2.3.0 and higher. @@ -18,7 +20,7 @@ ansible-galaxy install trainline-eu.ansible_postgresql_role No dependencies Recommended dependencies: -- trainline-eu.ansible_barman_role +- [trainline-eu.ansible_barman_role](https://galaxy.ansible.com/trainline-eu/ansible_barman_role) #### Compatibility matrix @@ -26,8 +28,8 @@ This table lists the tested version of OS/PostgreSQL couples. | Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | | ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:| -| Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| -| Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| +| Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| +| Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| - :white_check_mark: - tested, works fine - :grey_question: - will work in the future (help out if you can) @@ -43,7 +45,7 @@ postgres_listen_addresses: [ '127.0.0.1' ] # Optional postgres_log_dir: '/home/postgres-logs' # Optional postgres_data_dir: '/home/postgres' # Optional postgres_clusters: # Mandatory - - version: 10 # Mandatory + - version: 11 # Mandatory name: 'main' # Mandatory port: 5432 # Mandatory checksums: True # Optional