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 :) (function() { // DON'T EDIT BELOW THIS »
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 In the previous post we set up Kong using Docker and Docker Compose. Now, we »
This is a 3 part series on working with the Kong API Gateway. This series will cover: Kong Up and Running With Docker Compose Configuring Kong »