1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00
bigchaindb/pkg/ansible/roles/bigchaindb-driver/defaults/main.yml
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

25 lines
406 B
YAML

---
dependencies_deb:
- python3-dev
- libffi-dev
- libssl-dev
- python3-pip
dependencies_yum:
- gcc-c++
- "@Development Tools"
- python34-devel
- libffi-devel
- openssl-devel
- python34-setuptools
dependencies_dnf:
- gcc-c++
- redhat-rpm-config
- "@Development Tools"
- python3-devel
- libffi-devel
- openssl-devel
python_pip_upgrade: true
python_setuptools_upgrade: true