Docker Swarm with Ansible - a late #swarmweek entry
Introduction In this tutorial we'll learn how to set up a Docker Swarm cluster using Ansible to orchestrate the basics. Provision some nodes First up, let's »
Introduction In this tutorial we'll learn how to set up a Docker Swarm cluster using Ansible to orchestrate the basics. Provision some nodes First up, let's »
For some reason this doesn't seem to be anywhere on the internet. Anyhu, the correct way to access this is: Assuming the input: { "foo" : { "bar": "baz" »
Did you know you could write you ansible hosts line like this? --- - hosts: - machine01 - machine02 .. Pretty cool :) -------------------------------------------------------------------------------- Please enable JavaScript to »
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 [github.com/tripit/slate] is an awesome tool which creates beautiful API documentation from markdown. However, as someone who doesn't code in Ruby everyday .. I »