Ansible hosts can be a list
Did you know you could write you ansible hosts line like this? --- - hosts: - machine01 - machine02 .. Pretty cool :) (function() { // DON'T EDIT BELOW THIS »
Did you know you could write you ansible hosts line like this? --- - hosts: - machine01 - machine02 .. Pretty cool :) (function() { // DON'T EDIT BELOW THIS »
I like the idea of everything is in production. e.g.: All the code is running on production servers. It's just that development code is not »
Slate is an awesome tool which creates beautiful API documentation from markdown. However, as someone who doesn't code in Ruby everyday .. I often find the setup »
What is an ansible module? Ansible modules are the building blocks for building ansible playbooks. They are small pieces of python code that can be triggered »
It’s actually all in the name. Test Driven Development. the single biggest benefit from using TDD is that it becomes really easy to execute a »