[ansible] JFrog Platform 10.1.0 release (#185)

This commit is contained in:
Ram Mohan Rao Chukka
2021-12-08 08:14:27 +05:30
committed by GitHub
parent b07ed9caf7
commit 29ef02fddb
20 changed files with 106 additions and 46 deletions

View File

@@ -97,7 +97,12 @@ max_connections = {{ postgres_server_max_connections }} # (change requires res
#ssl_key_file = 'server.key' # (change requires restart)
#ssl_ca_file = '' # (change requires restart)
#ssl_crl_file = '' # (change requires restart)
{% if _fips_enabled.stdout | default('unknown', true) == '1' %}
password_encryption = scram-sha-256
{% else %}
#password_encryption = on
{% endif %}
#db_user_namespace = off
#row_security = on