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.

Introducing Ansible Container

35 pointsby gergnzalmost 8 years ago

1 comment

gnuralmost 8 years ago
It does have some appeal to use playbooks I have lying around anyway to build containers.<p>But I also notice that in an immutable world, where containers are built once and new builds are started from scratch, the main appeal of Ansible (and other configuration management tools) is in their idempotence, which has literally no value when you build everything from scratch every time.<p>If you provision a cluster of servers and expect that they will be updated regularly (like updating the installed version of openssl) it makes sense to use something like Ansible to make the results predictable.<p>But when you are building containers, a simple shell script will also have the same result every time.
评论 #14559271 未加载
评论 #14560226 未加载