muawiakh 4235618522 Addressing comments
- support public_network for vagrant box
- using python3-5 for centos based installations
- Revisiting docs.
  - More changes will be incorporated in another PR.
- Parameterize MongoDB host mount path for docker deployments
2017-09-18 15:59:49 +02:00

12 lines
253 B
YAML

---
- name: Install dependencies
yum:
name: "{{ item }}"
state: present
update_cache: yes
with_items: "{{ dependencies_yum }}"
tags: [bigchaindb-driver]
- name: Install pip
shell: "easy_install-3.5 pip"
tags: [bigchaindb-driver]