forked from ISTI-ansible-roles/ansible-roles
Changed vault for resource registry. Aligned root password of orientdb root user
This commit is contained in:
parent
465eeb8fe7
commit
6606894817
|
@ -84,7 +84,7 @@
|
|||
</network>
|
||||
<storages/>
|
||||
<users>
|
||||
<user resources="*" password="{{ orientdb_root_pwd }}" name="root"/>
|
||||
<user resources="*" password="{{ orientdb_root_pwd }}" name="{{ orientdb_root_username }}"/>
|
||||
</users>
|
||||
<properties>
|
||||
<entry value="1" name="db.pool.min"/>
|
||||
|
|
|
@ -3,7 +3,7 @@ REMOTE_PROTOCOL={{ orientdb_remote_protocol }}
|
|||
HTTP_PROTOCOL={{ orientdb_http_protocol }}
|
||||
HTTP_PORT={{ orientdb_http_port }}
|
||||
DB={{ orientdb_db_name }}
|
||||
USERNAME={{ orientdb_username }}
|
||||
USERNAME={{ orientdb_root_username }}
|
||||
PASSWORD={{ orientdb_root_pwd }}
|
||||
DEFAULT_CREATED_WRITER_USER_PASSWORD={{ orientdb_writer_password }}
|
||||
DEFAULT_CREATED_READER_USER_PASSWORD={{ orientdb_reader_password }}
|
||||
|
|
Loading…
Reference in New Issue