Ansible 1.9.0 Released
groups.google.com
Ansible 1.9.0 Released
1–10 of 42 posts
Re: Ansible 1.9.0 Released
#2Re: Ansible 1.9.0 Released
#3Have 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 @ https://sysadmincasts.com/episodes/43-19-minutes-with-ansibl...
Re: Ansible 1.9.0 Released
#4If you want to use the latest and greatest, it's easy enough to set up Ansible from source. Otherwise, use brew, apt, yum, or pip (they're all up to date).
P.S. 1.9.0 was released on Mar. 25th, I think there's an older thread on it somewhere around here.
Re: Ansible 1.9.0 Released
#5Re: Ansible 1.9.0 Released
#6I'm far closer than ever to not use ssh on my server manually.
Re: Ansible 1.9.0 Released
#7Does there exist a good playbook for setting up a production-ready mailserver? Thanks!
Re: Ansible 1.9.0 Released
#8Re: Ansible 1.9.0 Released
#9Does there exist a good playbook for setting up a production-ready mailserver? Thanks!
"Production-ready mailserver" is horribly broad (for starters, outgoing mail or incoming mail?), but Ansible Galaxy has lots of mail-related roles. For example, Zabbix: https://galaxy.ansible.com/list#/roles/1879
Re: Ansible 1.9.0 Released
#10Does there exist a good playbook for setting up a production-ready mailserver? Thanks!
But still I think it would be a great idea to have a community playbook for critical things like mailservers where it is so easy to make a mistake and the fight against spammers is so hard to fight when you are only a small group of people or alone.