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

9 lines
164 B
YAML

---
- name: Install dependencies
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items: "{{ dependencies_deb }}"
tags: [bigchaindb]