11# PostgreSQL system role
22
3- [](https://github.com/linux-system-roles/postgresql/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/tft.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/tft_citest_bad.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/woke.yml)
3+ [](https://github.com/linux-system-roles/postgresql/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/codespell.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/tft.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/tft_citest_bad.yml) [](https://github.com/linux-system-roles/postgresql/actions/workflows/woke.yml)
44
55The PostgreSQL system role installs, configures, and starts the PostgreSQL
66server.
@@ -132,7 +132,7 @@ postgresql_input_file: "/tmp/mypath/file.sql"
132132# ## postgresql_server_tuning
133133
134134By default, the PostgreSQL system role enables server settings optimization
135- based on system resources. To disabe the tuning, set the
135+ based on system resources. To disable the tuning, set the
136136` postgresql_server_tuning` variable to `false`.
137137
138138` ` ` yaml
@@ -149,7 +149,7 @@ This section should cover role behavior for repeated runs.
149149
150150Once you set the password by using the `postgresql_password` variable, it is
151151impossible to change the password by setting another value. You must use the
152- ` postgresql_password` variable for every database acces under the superuser,
152+ ` postgresql_password` variable for every database access under the superuser,
153153including running an SQL script (the functionality of the
154154` postgresql_input_file` variable).
155155
@@ -165,7 +165,7 @@ Once the PostgreSQL server is installed, it is impossible to upgrade or
165165downgrade the server by increasing or decreasing the version number in the
166166` postgresql_version` variable.
167167
168- # ## Server tunning
168+ # ## Server tuning
169169
170170This option reflects the setup of the latest run of the role.
171171
0 commit comments