Am 18.02.2016 um 06:58 schrieb Rajat Govind Chandak: > I am working with Ansible to spinup and provision intsances on AWS EC2. Is > there any framework or module to test my ansible code, so that I can ensure > that it is working properly as desired ?
Are you asking how you can avoid the following? --check, a test + staging setup, monitoring, writing (ansible) tasks that test for certain state, write/install/autodiscover a check in your monitoring solution of choice, log file analysis. Do you want to disrupt the Ops job market or are you searching for a specific aspect of testing? For everything hidden _behind_ ansible's YAML files: http://docs.ansible.com/ansible/developing_modules.html#building-testing http://docs.ansible.com/ansible/developing_test_pr.html Benjamin -- FSU Jena | JULIELab.de/Staff/Benjamin+Redling.html vox: +49 3641 9 44323 | fax: +49 3641 9 44321 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/56C59538.2050009%40uni-jena.de. For more options, visit https://groups.google.com/d/optout.
