diff --git a/.README.html b/.README.html index a7aef86041..d54b54414f 100644 --- a/.README.html +++ b/.README.html @@ -161,6 +161,8 @@
See the examples/ for
details.
If true, suppress potentially sensitive output from
+tasks that handle credentials, secrets, and other sensitive data by
+setting no_log: true on those tasks. This prevents
+passwords, API tokens, private keys, and similar sensitive information
+from appearing in Ansible logs and console output.
If you need to debug issues with credential handling or secret
+management, you can temporarily set
+postgresql_secure_logging: false to see the full output
+from these tasks. However, be aware that this may expose sensitive
+information in logs, so it should only be used in development or
+troubleshooting scenarios.
Default: true
This section should cover role behavior for repeated runs.