Introducing ansible tdd

Hi all,
i usually work with multi instance EC2 ( 5 instance about web, 2 instance cache, 1 instance database), when i finish a playbook setup, i need run many test for infrastructure, so, i write a small tool setup process TDD (Test-driven development) for infrastructure. I can write one time for test and rerun it every time, it supported for CI very good.

Visit https://github.com/nguyenphuongthanhf/ansible-tdd to see an example and get it.

Please tell me if you have any opinions!

Thanks,
nguyenphuongthanhf