Hi,
being a hardened Perl coder and Python novice, I prefer to use Perl to write my modules. I’ve gotten a simple skeleton that I use for this, that uses the auto-replacer code with the magic JSON string
("<<INCLUDE_ANSIBLE_MODULE_JSON_ARGS>>") and parses it (... probably) by transforming the JSON into a Perl datastructure, then using a reval within a Safe structure.
I think this would be of use to others -- but how best should I contribute it to Ansible? I am just not certain whereabouts it would fit into the current hierarchy. It's sort of related to the "Wrhiting Plugins" documentation -- but it is probably a bit big to include straight into that page.
So, any friendly suggestions?
thanks,
Uditha Desilva