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

7 lines
148 B
YAML

---
- name: Install dependencies
dnf:
name: "{{ item }}"
state: present
with_items: "{{ dependencies_dnf }}"
tags: [bigchaindb-driver]