5858 </ style >
5959 < style type ="text/css "> code {white-space : pre;}</ style >
6060 < style type ="text/css ">
61+ html { -webkit-text-size-adjust : 100% ; }
6162pre > code .sourceCode { white-space : pre; position : relative; }
62- pre > code .sourceCode > span { line-height : 1.25 ; }
63+ pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
6364pre > code .sourceCode > span : empty { height : 1.2em ; }
6465.sourceCode { overflow : visible; }
6566code .sourceCode > span { color : inherit; text-decoration : inherit; }
7071}
7172@media print {
7273pre > code .sourceCode { white-space : pre-wrap; }
73- pre > code .sourceCode > span { display : inline-block; text-indent : -5em ; padding-left : 5em ; }
74+ pre > code .sourceCode > span { text-indent : -5em ; padding-left : 5em ; }
7475}
7576pre .numberSource code
7677 { counter-reset : source-line 0 ; }
@@ -169,8 +170,8 @@ <h1 class="toc-title">Contents</h1>
169170id ="toc-config-file-redefinition "> Config file redefinition</ a > </ li >
170171< li > < a href ="#version-change " id ="toc-version-change "> Version
171172change</ a > </ li >
172- < li > < a href ="#server-tunning " id ="toc-server-tunning "> Server
173- tunning </ a > </ li >
173+ < li > < a href ="#server-tuning " id ="toc-server-tuning "> Server
174+ tuning </ a > </ li >
174175< li > < a href ="#ssl-usage " id ="toc-ssl-usage "> SSL usage</ a > </ li >
175176</ ul > </ li >
176177< li > < a href ="#example-playbook " id ="toc-example-playbook "> Example
@@ -208,6 +209,8 @@ <h2 id="postgresql_password">postgresql_password</h2>
208209class ="sourceCode yaml "> < code class ="sourceCode yaml "> < span id ="cb3-1 "> < a href ="#cb3-1 " aria-hidden ="true " tabindex ="-1 "> </ a > < span class ="fu "> postgresql_password</ span > < span class ="kw "> : </ span > < span class ="at "> !vault </ span > < span class ="ch "> |</ span > </ span >
209210< span id ="cb3-2 "> < a href ="#cb3-2 " aria-hidden ="true " tabindex ="-1 "> </ a > $ANSIBLE_VAULT;1.2;AES256;dev</ span >
210211< span id ="cb3-3 "> < a href ="#cb3-3 " aria-hidden ="true " tabindex ="-1 "> </ a > ....</ span > </ code > </ pre > </ div >
212+ < p > This option is not available for running the role in container
213+ builds.</ p >
211214< h2 id ="postgresql_pg_hba_conf "> postgresql_pg_hba_conf</ h2 >
212215< p > The content of the < code > postgresql_pg_hba_conf</ code > variable
213216replaces the default upstream configuration in the
@@ -275,13 +278,20 @@ <h2 id="postgresql_input_file">postgresql_input_file</h2>
275278< code > postgresql_input_file</ code > variable:</ p >
276279< div class ="sourceCode " id ="cb9 "> < pre
277280class ="sourceCode yaml "> < code class ="sourceCode yaml "> < span id ="cb9-1 "> < a href ="#cb9-1 " aria-hidden ="true " tabindex ="-1 "> </ a > < span class ="fu "> postgresql_input_file</ span > < span class ="kw "> :</ span > < span class ="at "> </ span > < span class ="st "> "/tmp/mypath/file.sql"</ span > </ span > </ code > </ pre > </ div >
281+ < p > This option is not available for running the role in container
282+ builds.</ p >
278283< h2 id ="postgresql_server_tuning "> postgresql_server_tuning</ h2 >
279284< p > By default, the PostgreSQL system role enables server settings
280- optimization based on system resources. To disabe the tuning, set the
285+ optimization based on system resources. To disable the tuning, set the
281286< code > postgresql_server_tuning</ code > variable to
282287< code > false</ code > .</ p >
283288< div class ="sourceCode " id ="cb10 "> < pre
284289class ="sourceCode yaml "> < code class ="sourceCode yaml "> < span id ="cb10-1 "> < a href ="#cb10-1 " aria-hidden ="true " tabindex ="-1 "> </ a > < span class ="fu "> postgresql_server_tuning</ span > < span class ="kw "> :</ span > < span class ="at "> </ span > < span class ="ch "> false</ span > </ span > </ code > </ pre > </ div >
290+ < p > However, when running against a < a
291+ href ="https://docs.ansible.com/ansible/latest/collections/containers/podman/buildah_connection.html "> buildah
292+ connection</ a > , i.e. a container build, this defaults to
293+ < code > false</ code > . The available RAM during a container build is
294+ independent of the actual deployment.</ p >
285295< p > See the < a href ="examples "> < code > examples/</ code > </ a > for
286296details.</ p >
287297< h1 id ="idempotence "> Idempotence</ h1 >
@@ -290,9 +300,9 @@ <h2 id="password-change">Password change</h2>
290300< p > Once you set the password by using the
291301< code > postgresql_password</ code > variable, it is impossible to change
292302the password by setting another value. You must use the
293- < code > postgresql_password</ code > variable for every database acces under
294- the superuser, including running an SQL script (the functionality of the
295- < code > postgresql_input_file</ code > variable).</ p >
303+ < code > postgresql_password</ code > variable for every database access
304+ under the superuser, including running an SQL script (the functionality
305+ of the < code > postgresql_input_file</ code > variable).</ p >
296306< h2 id ="config-file-redefinition "> Config file redefinition</ h2 >
297307< p > Configuration files generated from
298308< code > postgresql_pg_hba_conf</ code > and < code > postgresql_conf</ code > are
@@ -302,7 +312,7 @@ <h2 id="version-change">Version change</h2>
302312< p > Once the PostgreSQL server is installed, it is impossible to upgrade
303313or downgrade the server by increasing or decreasing the version number
304314in the < code > postgresql_version</ code > variable.</ p >
305- < h2 id ="server-tunning "> Server tunning </ h2 >
315+ < h2 id ="server-tuning "> Server tuning </ h2 >
306316< p > This option reflects the setup of the latest run of the role.</ p >
307317< h2 id ="ssl-usage "> SSL usage</ h2 >
308318< p > This option reflects the setup of the latest run of the role. The
0 commit comments