Tag archives for ansible-module
Writing custom module in ansible
While Writing custom module in ansible in ansible you need to setup ansible ; If you are not aware from it you can follow step by step instruction in my post "Getting started with ansible" After successfully setup ansible environment create your module directory inside "library/". I have created module…