Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement command for dash-network to use ansible directly #57

Open
shumkov opened this issue Nov 28, 2018 · 1 comment
Open

Implement command for dash-network to use ansible directly #57

shumkov opened this issue Nov 28, 2018 · 1 comment

Comments

@shumkov
Copy link
Member

shumkov commented Nov 28, 2018

Command:

dash-network ansible ...

Should be interpolated to:

docker run -ti --rm \
               -v "$PWD:/networks" \
               -v "$HOME/.aws:/root/.aws" \
               -v "$PUBLIC_KEY_PATH:$PUBLIC_KEY_PATH" \
               -v "$PRIVATE_KEY_PATH:$PRIVATE_KEY_PATH" \
               -w "/usr/src/app/ansible" \
               dashpay/dash-network-deploy ansible "$@" \
               -i ../networks/$NETWORK_NAME.inventory \
               --private-key=$PRIVATE_KEY_PATH
@shumkov shumkov changed the title Implement command to use ansible directly Implement command for dash-network to use ansible directly Nov 28, 2018
@SamKirby22
Copy link

Discussed on triage - to remain open but P5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants