forked from ISTI-ansible-roles/ansible-roles
library/roles/gerrit: A couple of new config options.
This commit is contained in:
parent
bc4ce78e31
commit
2065f68af2
|
@ -19,3 +19,4 @@ gerrit_db_hostname: localhost
|
||||||
gerrit_db_password: '{{ psql_db_pwd }}'
|
gerrit_db_password: '{{ psql_db_pwd }}'
|
||||||
gerrit_smtp_server: localhost
|
gerrit_smtp_server: localhost
|
||||||
gerrit_ssh_port: 29419
|
gerrit_ssh_port: 29419
|
||||||
|
|
||||||
|
|
|
@ -23,3 +23,5 @@
|
||||||
listenUrl = proxy-{{ gerrit_http_proxy_protocol }}://127.0.0.1:{{ gerrit_http_port }}{{ gerrit_app_context }}/
|
listenUrl = proxy-{{ gerrit_http_proxy_protocol }}://127.0.0.1:{{ gerrit_http_port }}{{ gerrit_app_context }}/
|
||||||
[cache]
|
[cache]
|
||||||
directory = cache
|
directory = cache
|
||||||
|
[plugins]
|
||||||
|
plugins.allowRemoteAdmin = true
|
||||||
|
|
Loading…
Reference in New Issue