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 »
Did you know you could write you ansible hosts line like this? --- - hosts: - machine01 - machine02 .. Pretty cool :) -------------------------------------------------------------------------------- Please enable JavaScript to »
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 »
This is part 2 in the series: Kong Up and Running [https://blog.toast38coza.me/kong-up-and-running/] In the previous post [https://blog.toast38coza.me/up-and-running-with-kong-and-docker/] we »
This is a 3 part series on working with the Kong API Gateway [http://getkong.com]. This series will cover: 1. Kong Up and Running With »