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
8 lines
192 B
YAML
8 lines
192 B
YAML
---
|
|
- include_tasks: pub_key_exchange_host.yml
|
|
when: not deploy_docker|bool
|
|
tags: [bigchaindb]
|
|
|
|
- include_tasks: pub_key_exchange_docker.yml
|
|
when: deploy_docker|bool
|
|
tags: [bigchaindb] |