2017-05-31 19:58:55 -04:00
---
2017-05-31 23:46:02 -04:00
###
### Tendermint installation
###
## This file shows and sets the global defaults for the role variables.
## tendermint_release_install indicates if the install-tendermint role should install a release version or a private build of the tendermint app
##
2017-05-31 19:58:55 -04:00
#tendermint_release_install: true
2017-05-31 23:46:02 -04:00
## tendermint_download stores the link to the specific tendermint release to install
##
2017-06-05 00:33:30 -04:00
#tendermint_download: "https://s3-us-west-2.amazonaws.com/tendermint/binaries/tendermint/v0.10.0/tendermint_0.10.0_linux_amd64.zip"
2017-05-31 23:46:02 -04:00
## tendermint_binary stores the path to a private tendermint binary to install
##
2017-05-31 19:58:55 -04:00
#tendermint_binary: "{{ lookup('env','GOPATH') | default('') }}/bin/tendermint"
2017-05-31 23:46:02 -04:00
## Details of the linux user the tendermint app uses
##
2017-05-31 19:58:55 -04:00
#tendermint_user: tendermint
#tendermint_group: tendermint
2017-06-07 09:18:33 -04:00
#tendermint_home: /etc/tendermint
2017-05-31 23:46:02 -04:00
## tendermint_log_file stores the path to the tendermint application log
##
2017-05-31 19:58:55 -04:00
#tendermint_log_file: /var/log/tendermint.log
2017-06-07 09:18:33 -04:00
## tendermint_genesis_file contains the path and filename to a previously generated genesis.json. If undefined, the json file is dynamically generated.
##
#tendermint_genesis_file: "<undefined>"
2017-05-31 23:46:02 -04:00
###
### Basecoin installation
###
## basecoin_release_install indicates if the install-basecoin role should install a release version or a private build of the basecoin app
##
2017-05-31 19:58:55 -04:00
#basecoin_release_install: true
2017-05-31 23:46:02 -04:00
## basecoin_download stores the link to the specific basecoin release to install
##
2017-06-05 00:33:30 -04:00
#basecoin_download: "https://s3-us-west-2.amazonaws.com/tendermint/binaries/basecoin/v0.5.2/basecoin_0.5.2_linux_amd64.zip"
2017-05-31 23:46:02 -04:00
## basecoin_binary stores the path to a private basecoin binary to install
##
2017-05-31 19:58:55 -04:00
#basecoin_binary: "{{ lookup('env','GOPATH') | default('') }}/bin/basecoin"
2017-05-31 23:46:02 -04:00
## Details of the linux user the basecoin app uses
##
2017-06-07 09:18:33 -04:00
#basecoin_user: tendermint
#basecoin_group: tendermint
#basecoin_home: /etc/tendermint
2017-05-31 23:46:02 -04:00
## basecoin_log_file stores the path to the basecoin application log
##
2017-05-31 19:58:55 -04:00
#basecoin_log_file: /var/log/basecoin.log
2017-05-31 23:46:02 -04:00
###
### Basecoin configuration
###
## basecoin_inprocess indicates if basecoin should run tendermint in-process
##
2017-05-31 19:58:55 -04:00
#basecoin_inprocess: false
2017-05-31 23:46:02 -04:00
###
### Development settings
###
2017-05-31 19:58:55 -04:00
2017-05-31 23:46:02 -04:00
## Used by the config role to find seed IPs and public keys and set the chain_id in genesis.json and config.toml
##
#testnet_name: testnet1
2017-05-31 19:58:55 -04:00
2017-05-31 23:46:02 -04:00
## Used by the config role to add a lot of mycoins to wallet 0x1B1BE55F969F54064628A63B9559E7C21C925165.
## Use /usr/share/basecoin/dev-keys/key.json to access them.
## Tendermint data has to be cleared when setting or resetting this key.
##
#dev_money: false
2017-05-31 19:58:55 -04:00