We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the deploy user has assh as default ssh enabled, we need to:
deploy
assh
ssh
% mkdir -p ~/tmp/.ssh/cm % sudo su - ; cd /usr/local/bin ; ln -s /usr/local/go/bin/assh .
% mkdir -p ~/tmp/.ssh/cm
% sudo su - ; cd /usr/local/bin ; ln -s /usr/local/go/bin/assh .
this must be handled in https://github.com/ttssdev/appflow/blob/master/playbooks/roles/common/tasks/assh.yml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the
deploy
user hasassh
as defaultssh
enabled, we need to:% mkdir -p ~/tmp/.ssh/cm
% sudo su - ; cd /usr/local/bin ; ln -s /usr/local/go/bin/assh .
this must be handled in https://github.com/ttssdev/appflow/blob/master/playbooks/roles/common/tasks/assh.yml.
The text was updated successfully, but these errors were encountered: