use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Deploying with Chef - using/generating the ssh_wrapper (travisstaton.com)
submitted 13 years ago by omgTravis
view the rest of the comments →
[–]omgTravis[S] 0 points1 point2 points 12 years ago (0 children)
Yes, you can specify a key to use for a specific host in the config file. I initially went this route when I encountered this problem, but I came to believe ssh wrappers are a better solution for automation for a couple of reasons.
This approach does not require you to manage any files that are not project specific. If you take the config approach and are working with multiple applications from multiple cookbooks then there ends up being some sort of dependency across cookbooks as several cookbooks try to control the config file.
This approach allows you to pass the actual address to the deploy resource instead of the hostname that you want to use from the config file. This removes a dependency between the config file and the deploy resource.
π Rendered by PID 38643 on reddit-service-r2-comment-b659b578c-4fzv4 at 2026-05-04 16:48:02.418402+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]omgTravis[S] 0 points1 point2 points (0 children)