mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Setup single/multi node BigchainDB cluster using - Vagrant - Ansible - Updated documentation
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
---
|
|
ansible_connection: ssh
|
|
ansible_ssh_port: 22
|
|
ansible_become: yes
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no' |