#docker Articles


  • 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 …