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
Few things to explain would be really helpful
servers: - region_id: 8 size_id: 63 image_id: 7053293 internal_id: apps.1
how to find those values and understand for future users of repo
another confusion is with ssh keys I think is that in ansible.cfg we have:
ansible.cfg
[defaults] private_key_file=~/.ssh/myapp.pem
then we have in extra/capistrano/deploy.rb
extra/capistrano/deploy.rb
17: keys: ["#{ENV['HOME']}/.ssh/private_key.pem"]
but in README.md:
Configure SSH private / public keys ~/.ssh/app_private_key.pem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Few things to explain would be really helpful
how to find those values and understand for future users of repo
another confusion is with ssh keys I think is that in
ansible.cfg
we have:then we have in
extra/capistrano/deploy.rb
but in README.md:
The text was updated successfully, but these errors were encountered: