mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 03:46:33 +00:00
Bash example script fix
This commit is contained in:
@@ -47,13 +47,6 @@ fi
|
||||
#Note that SSH Agent needs to be running with SSH keys added or ansible-playbook requires the --private-key option.
|
||||
cd ansible
|
||||
python -u inventory/digital_ocean.py --refresh-cache 1> /dev/null
|
||||
ansible-playbook -i inventory/digital_ocean.py install-basecoin.yml -u root -e app_options_file=ansible/app_options_files/dev_money $ANSIBLE_ADDITIONAL_VARS
|
||||
cd ..
|
||||
|
||||
###
|
||||
# Start application
|
||||
###
|
||||
cd ansible
|
||||
ansible-playbook -i inventory/digital_ocean.py start-basecoin.yml
|
||||
ansible-playbook -i inventory/digital_ocean.py install.yml -u root -e app_options_file=ansible/app_options_files/dev_money $ANSIBLE_ADDITIONAL_VARS
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user