forked from ISTI-ansible-roles/ansible-roles
Configure the dev workspace repository servers and the load balancer in front of them. Cleanup some configurations that are not used anymore.
This commit is contained in:
parent
d0b8b42a93
commit
6118b10902
|
@ -79,7 +79,7 @@ jackrabbit_cluster_db_host: '{{ jackrabbit_db_host }}'
|
|||
jackrabbit_cluster_db_type: '{{ jackrabbit_db_type }}'
|
||||
jackrabbit_cluster_db_schema: '{{ jackrabbit_db_type }}'
|
||||
jackrabbit_cluster_db_driver: '{{ jackrabbit_db_driver }}'
|
||||
jackrabbit_cluster_db_host: '{{ jackrabbit_cluster_db_host }}'
|
||||
jackrabbit_cluster_db_host: '{{ jackrabbit_db_host }}'
|
||||
jackrabbit_cluster_db_name: 'ws-db-cluster-journal'
|
||||
jackrabbit_cluster_db_user: 'ws-db-journal-user'
|
||||
# jackrabbit_cluster_db_password: ''
|
||||
|
|
Loading…
Reference in New Issue