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.

Ansible 1.9.0 Released

90 pointsby soupdiverabout 10 years ago

13 comments

WestCoastJustinabout 10 years ago
Have spent the past few months heavily working with Ansible and would totally recommend it for anyone wanting simple configuration management and orchestration. The barrier to entry is extremely low, because it uses ssh and there are no remote agents, so you can get going pretty quickly. I have an introductory screencast on in @ <a href="https:&#x2F;&#x2F;sysadmincasts.com&#x2F;episodes&#x2F;43-19-minutes-with-ansible-part-1-4" rel="nofollow">https:&#x2F;&#x2F;sysadmincasts.com&#x2F;episodes&#x2F;43-19-minutes-with-ansibl...</a>
评论 #9327708 未加载
评论 #9328057 未加载
sherazabout 10 years ago
Love Ansible for its simplicity. For some reason it &quot;just clicked&quot; whereas I really struggled with Puppet &#x2F; Chef &#x2F; or old-school shell scripts. (That says more about me than Puppet and Chef)<p>For me, YAML files and fantastic documentation made more sense than the DSLs of the other two.<p>Currently we use it to setup our 12-factor app in production, staging, and development environments. (Django, Elasticsearch on Ubuntu)
drinchevabout 10 years ago
I&#x27;m really happy they now support &quot;svc&quot;, part of D. J. Bernstein DaemonTools [1]. This one really is a killer feature, I&#x27;m excited to use.<p>I&#x27;m far closer than ever to not use ssh on my server manually.<p>1 : <a href="http:&#x2F;&#x2F;cr.yp.to&#x2F;daemontools.html" rel="nofollow">http:&#x2F;&#x2F;cr.yp.to&#x2F;daemontools.html</a>
A_COMPUTERabout 10 years ago
Started using Ansible last year, I use it to create up to date base images for AWS autoscale groups and to quick set up personal development environments for other developers, and have playbooks for creating all my security groups so I can version control them. Highly recommended. I tried other tools but by far and away Ansible was the easiest to learn and use with no loss of functionality.
bbrazilabout 10 years ago
One of the changes hinted at here is that you can now specify that a task will always run using the &#x27;always&#x27; tag - handy for things like ec2_facts which was a long requested feature (<a href="https:&#x2F;&#x2F;github.com&#x2F;ansible&#x2F;ansible&#x2F;issues&#x2F;3157" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ansible&#x2F;ansible&#x2F;issues&#x2F;3157</a>)
arca_voragoabout 10 years ago
Ansible is really great, but for reasons some people might not think about.<p>Ansible has support for powershell, which is essentially now the backend of windows. (your new servers are gui-less right?) Powershell is also not a bad language at all, and while for those of us that are bash&#x2F;zsh&#x2F;fish natives, it will take some getting used to, I find it a really powerfull and more intuitive way to interact with windows, even if it is <i>very overly majorly verbose-verbose</i>.<p>Being able to work in my very mixed environment (Solaris&#x2F;OSX&#x2F;Linux&#x2F;Doze, etc) via a central ansible server group is awesome.
评论 #9330405 未加载
izolateabout 10 years ago
I&#x27;ve learned with Ansible never to be quick to update. There&#x27;s always something that will break. I&#x27;ve been on 1.7.2 for a while, and will probably think about updating later this year.
评论 #9367799 未加载
评论 #9327930 未加载
ynakabout 10 years ago
Do they have any plans to support python3? I want to use it on Arch and Ubuntu. FAQ says they will address this issue by python3 becomes mainstream, but what does the mainstream exactly mean? When RHEL set python3 as default? Python2 maintenance continues until 2020, so seems have to wait for more several years.
评论 #9328312 未加载
评论 #9328070 未加载
estabout 10 years ago
OK I am gonna ask the obvious question here: How does Ansible compare to Saltstack?
评论 #9328225 未加载
评论 #9328212 未加载
geerlingguyabout 10 years ago
1.9.0 includes convenient new gluster_volume and haproxy modules (among others) and will also update its DigitalOcean integration to use the v2 API shortly (in 1.9.1 - it&#x27;s currently using the more annoying v1 API).<p>If you want to use the latest and greatest, it&#x27;s easy enough to set up Ansible from source. Otherwise, use brew, apt, yum, or pip (they&#x27;re all up to date).<p>P.S. 1.9.0 was released on Mar. 25th, I think there&#x27;s an older thread on it somewhere around here.
gtirloniabout 10 years ago
Nice maintenance release with a few improvements. I&#x27;d say the core of Ansible&#x27;s brainpower is focused on v2 which will have significant changes (easily available today if you want to try, check the v2 dir).
UserRightsabout 10 years ago
Does there exist a good playbook for setting up a production-ready mailserver? Thanks!
评论 #9327951 未加载
评论 #9327927 未加载
评论 #9327825 未加载
turingbookabout 10 years ago
A comparison of notable free and open source configuration management software: <a href="http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Comparison_of_open-source_configuration_management_software" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Comparison_of_open-source_confi...</a>