muawiakh f2e1b4ac80 Automation for single node deployment for quickstart
- Change consists of two deployment models:
  - Using Vagrant(single node, with/without docker)
  - Using Ansible(single node, with/without docker)
- Updated quickstart documentation.
- Some WIP comments, which will be addressed later. Depending on the
  requirements.
2017-09-14 14:00:13 +02:00

7 lines
148 B
YAML

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