Hi ,
I am investigating ansible to automate our system configuration/management tasks currently performed using mostly shell scripts. We mostly definitely will have to write custom modules, but I noticed that ansible doesn't have module hierarchy. Is there a way to group related modules under "umbrella" name in OOP style ?
Using core file module as example, instead of single "file" module with "state" parameter, having modules "file.copy", "file.link", "file.rename" etc.
Thanks!
BR/Azer