mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
13 lines
244 B
YAML
13 lines
244 B
YAML
---
|
|
# This playbook deploys a BigchainDB node in one machine (one-m).
|
|
|
|
- name: Ensure a one-machine BigchainDB node is configured properly
|
|
hosts: all
|
|
remote_user: ubuntu
|
|
|
|
roles:
|
|
- ntp
|
|
- db_storage
|
|
- rethinkdb
|
|
- bigchaindb
|