Hi everyone. I expected this functionality to exist, but I can't find it so either it does exist and someone can gently point me toward the document I missed or it doesn't exist and we might want to talk about weather it should exist.
I expected I could write a file like ~/.ansible/galaxy-defaults.yaml that would look like this:
---
author: me
license: my license
... etc ...
and then when I run ansible-galaxy init somenewrole, my somenewrole/meta/main.yaml and my somenewrole/README.md files would have that info already templated in.
Does that make sense? I'm a perl guy (ducks head, waits for laughter to subside) and I'm used to using Module::Starter where you can put values in ~/.module-starter/config and those values get templated into new modules.
Thanks! Sorry if I missed something in the docs that should have shown me how to do this!
-Dylan