#travis Articles



wtangy.se – site rename and automatic deployments!

This is a good one! Previous entries in this series: https://www.guldmyr.com/wasthereannhlgamelastnight-com-now-using-object-storage/ and https://www.guldmyr.com/wasthereannhlgamelastnight-appspot-com-fixed-working-again/ Renamed to wtangy.se First things first! The website has been renamed to wtangy.se! Nobody in their right mind would type out wasthereannhlgamelastnight.com.. so now it's an …

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