muawiakh 241af47a32 Automation of multi node BigchainDB deployment for dev/test
- Setup single/multi node BigchainDB cluster using
  - Vagrant
  - Ansible
- Updated documentation
2017-11-16 12:51:46 +01:00

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]