Co-Written by Andreas Hubert
While writing my first ansible module, I noticed that there wasn’t any resource that completely described how to get started on my local dev environment. This article documents the steps that I took to get up and running. Hopefully it will be a helpful resource for you too.
I should mention though that the following resources helped me get started quickly in certain aspects. So a big thanks to the these folks! This article builds on the foundations that they’ve started.
- Unit Testing Ansible Modules
- Module Development Page
- Matt Clay, John Barker, Toshio Kuratomi, Brian Coca, Tim Rupp, Allen Sanabria, and the rest of the folks at #ansible-devel for giving me valuable feedback!
Sidebar: If You See Any Errors in This Doc
Please don’t hesitate to file a bug at my website’s Github repo. Feel free to submit a pull request too if you like!