library/roles/gerrit: A couple of new config options.

This commit is contained in:
Andrea Dell'Amico 2016-10-24 18:04:39 +02:00
parent bc4ce78e31
commit 2065f68af2
2 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,4 @@ gerrit_db_hostname: localhost
gerrit_db_password: '{{ psql_db_pwd }}'
gerrit_smtp_server: localhost
gerrit_ssh_port: 29419

View File

@ -23,3 +23,5 @@
listenUrl = proxy-{{ gerrit_http_proxy_protocol }}://127.0.0.1:{{ gerrit_http_port }}{{ gerrit_app_context }}/
[cache]
directory = cache
[plugins]
plugins.allowRemoteAdmin = true