Test Kitchen with Ansible and Serverspev

Thought there might be interested in what i’ve built with test-kitchen to
automatically build multiple servers with multiple roles
and use serverspec to test them.

You can see it
https://github.com/neillturner/ansible_repo
here
https://github.com/neillturner/busser-ansiblespec
and here
https://github.com/neillturner/kitchen-ansible

The servers could be docker containers. You bring up the servers you want to
use before starting…

It builds on a server all the ansible and serverspec stuff for you automatically and runs.

Neill Turner