Re: [ansible-project] ansible-galaxy init and metadata values

2015-10-16 Thread Brian Coca
We don't have this functionality yet, but I think its a good idea. The
metadata is now an external template so it is easy to add.

Also, you are not alone, there are other Perl guys here.


-- 
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAJ5XC8kc5TMTVU7%3D%2BuwO5H%3DPT%2Bbm1bBzUTL_jSjYNCahyeo0cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[ansible-project] ansible-galaxy init and metadata values

2015-10-16 Thread Dylan Martin
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
company: me.com
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.

If I'm still not making sense, here's Module::Starter 


Thanks!  Sorry if I missed something in the docs that should have shown me 
how to do this!

-Dylan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/09347c87-b995-4dd4-a04d-a4c71a7ceb9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.