diff options
author | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-09 16:47:09 +0100 |
---|---|---|
committer | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-09 16:47:15 +0100 |
commit | 8371771c8e9b8a2f2a6a4d81a142ddc805e198b4 (patch) | |
tree | 1597dace984c386f6d262fffbcce182db4b605d3 | |
parent | 5a084b7b21ac88f96ad36f0254c9e27666d41a02 (diff) | |
download | ansible-postgresql-role-1.1.0.tar.gz ansible-postgresql-role-1.1.0.tar.zst ansible-postgresql-role-1.1.0.zip |
Update README.md with links to Galaxy1.1.0
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ | |||
1 | ## PostgreSQL Ansible role [![Build Status](https://travis-ci.org/trainline-eu/postgresql.svg?branch=master)](https://travis-ci.org/trainline-eu/postgresql) | 1 | ## 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) |
2 | 2 | ||
3 | Ansible role which installs and configures PostgreSQL clusters, databases and users. | 3 | Ansible role which installs and configures PostgreSQL clusters, databases and users. |
4 | 4 | ||
5 | See [role page on Ansible Galaxy](https://galaxy.ansible.com/trainline-eu/ansible_postgresql_role). | ||
6 | |||
5 | #### Installation | 7 | #### Installation |
6 | 8 | ||
7 | This role has been tested on Ansible 2.3.0 and higher. | 9 | This role has been tested on Ansible 2.3.0 and higher. |
@@ -18,7 +20,7 @@ ansible-galaxy install trainline-eu.ansible_postgresql_role | |||
18 | No dependencies | 20 | No dependencies |
19 | 21 | ||
20 | Recommended dependencies: | 22 | Recommended dependencies: |
21 | - trainline-eu.ansible_barman_role | 23 | - [trainline-eu.ansible_barman_role](https://galaxy.ansible.com/trainline-eu/ansible_barman_role) |
22 | 24 | ||
23 | #### Compatibility matrix | 25 | #### Compatibility matrix |
24 | 26 | ||