
UNSOLVED
Best practice to organize external module utils
Hi all, we're currently in the process of rolling out several automations across an account. Since this is my first time working with a lot of external modules (brocade, IBM, EMC etc.) I'm not quite sure how to organize the folder structures. For exmaple the official Brocade module requires several files to be copied over to "module_utils" additionally to the standard module path. Is it best practice to just take those utility files (mostly scripts) and paste them over there? It seems like quite some hassle to update and troubleshoot future releases of the ansible modules for example. We transferred the entire ansible directory over to /usr/share/ on the host and most of the modules live in /usr/share/ansible/plugins/modules How are you guys dealing with this or are you more or less pushing it all into the "ansible/plugins/module_utils" directory?
Responses (0)
Solutions (0)
