Skip to content

Commit 68852d1

Browse files
author
a.b.christie
committed
docs: Improve docs
1 parent e8d7a29 commit 68852d1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
[![CodeFactor](https://www.codefactor.io/repository/github/informaticsmatters/postgresql-ansible/badge)](https://www.codefactor.io/repository/github/informaticsmatters/postgresql-ansible)
88

9-
A playbook and Role to deploy PosgreSQL, suitable for execution by
10-
[AWX].
9+
A playbook and role to deploy PostgreSQL, designed for execution by [AWX].
1110

1211
This project contains one Ansible role:-
1312

@@ -22,9 +21,9 @@ As with all of our playbooks you can find the common user-defined variables
2221
in the role's `defaults/main.yaml` and less common variables in
2322
`vars/main.yaml`.
2423

25-
> You will need a node in your cluster with the label
26-
`informaticsmatters.com/purpose=core` as the Pod will require
27-
this label during scheduling.
24+
> If you set `pg_enable_affinity` you will need a node in your cluster with the label
25+
`informaticsmatters.com/purpose-core` as the PostgreSQL Kubernetes Pod
26+
affinity will require this label during scheduling.
2827

2928
## Adding an auxiliary user
3029
As well as the 'standard' postgres user you can optionally also create

0 commit comments

Comments
 (0)