#ansible Articles


  • 2017-08-07
  • it

haproxy lab setup!

Been seeing haproxy more and more lately as it seems even the stuff I work with are moving towards web :) So a good time as any to play around with it! First setup is the tag "single-node" in https://github.com/martbhell/haproxy-lab - this means it just configures one apache …

  • 2017-06-01
  • it

Automated testing of ansible roles

What is this? Basic idea: whenever most things happen in your ansible repository (for example commit, pull request or release) then you want to automatically test the ansible code. The basic tools: syntax-checking lint / codying style adherence actually running the code is it idempotent does the end result look like …