TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What config management system are you using and what are its pros/cons?

2 pointsby danvideoover 10 years ago

3 comments

ngrillyover 10 years ago
We use Ansible because it's simple to write recipes (they are just YAML files) and simple to deploy (you just need a working SSH setup and you don't need a master server). We were reluctant to automate our devops with Chef and Puppet. Discovering Ansible was a relief.
danvideoover 10 years ago
We use chef currently but some of the new devops team have more experience with puppet, so looking for suggestions about how much success people are having with either (or others).
pielemanover 10 years ago
Ansible. Easy to use, no client installation required.