File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,21 @@ postgresql_server_tuning: false
91
91
92
92
More about usage could be found in [`examples/`](examples) directory
93
93
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
94
109
95
110
# # Example Playbook
96
111
You can’t perform that action at this time.
0 commit comments