mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Setup single/multi node BigchainDB cluster using - Vagrant - Ansible - Updated documentation
6 lines
214 B
YAML
6 lines
214 B
YAML
---
|
|
- import_tasks: initiate_repl_set_host.yml
|
|
when: (ansible_hostname == bdb_hosts[bdb_hosts|length-1]['name']) and not deploy_docker|bool
|
|
|
|
- import_tasks: initiate_repl_set_docker.yml
|
|
when: deploy_docker|bool |