forked from ISTI-ansible-roles/ansible-roles
18 lines
448 B
Django/Jinja
18 lines
448 B
Django/Jinja
{
|
|
"autoDeploy": {{ orientdb_distributed_autodeploy }},
|
|
"readQuorum": {{ orientdb_distributed_readquorum }},
|
|
"writeQuorum": "{{ orientdb_distributed_writequorum }}",
|
|
"executionMode": "{{ orientdb_distributed_executionmode }}",
|
|
"readYourWrites": {{ orientdb_distributed_readyourwrites }},
|
|
"servers": {
|
|
"*": "master"
|
|
},
|
|
"clusters": {
|
|
"internal": {
|
|
},
|
|
"*": {
|
|
"servers": ["<NEW_NODE>"]
|
|
}
|
|
}
|
|
}
|