mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
7 lines
247 B
YAML
7 lines
247 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 and docker_cluster_size|int > 1
|