diff options
Diffstat (limited to 'README.md')
-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 | ||