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 »
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 »
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 »