Skip to content

Commit c7abe10

Browse files
committed
Readme improvement
1 parent e5567b7 commit c7abe10

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@ postgresql_server_tuning: false
9191

9292
More about usage could be found in [`examples/`](examples) directory
9393

94+
## Idempotention
95+
This section should cover role behavior for repeated runs.
96+
### Password change
97+
Once the password is set using `postgresql_password` variable it isn`t possible to
98+
change it by setting other value. Also for every database acces using superuser must
99+
be used `postgresql_password`. Including functionality of `postgresql_input_file`
100+
### Config file redefinition
101+
Config files generated from `postgresql_pg_hba_conf` and `postgresql_conf` are
102+
regenerated within each single run. So every change rewrite the
103+
previous configuration.
104+
### Version change
105+
Once the postgresql server is installed it isn't possible upgrade the server by
106+
increasing version number in `postgresql_version` also downgrade is not allowed.
107+
### Server tunning
108+
### SSL usage
94109

95110
## Example Playbook
96111

0 commit comments

Comments
 (0)