Re: [ansible-project] Can core user module be extended?

2015-01-05 Thread Michael DeHaan
"Cut-n-paste the entire group.py and user.py files into a custom module, minus the trouble of having to write it myself. " Well, to answer the original question, extension in Ansible modules happens by module_utils/*.py, which exists in the main repo. So ansible does have a facility for sharing c

Re: [ansible-project] Can core user module be extended?

2015-01-05 Thread Alan Ray
A good point. I'm not exactly sure how that helps me, though. It seems like my options are: 1. Cut-n-paste the entire group.py and user.py files into a custom module, minus the trouble of having to write it myself. 2. Wait for the merge conflicts to be resolved and for this to make it into some

Re: [ansible-project] Can core user module be extended?

2014-12-25 Thread Chris Church
There's already an open PR to support OS X: https://github.com/ansible/ansible-modules-core/pull/66 On Mon, Dec 22, 2014 at 6:45 PM, Alan Ray wrote: > I'm looking to extend the core user module to work (at least partially) > with OS X (Darwin). The nearest discussion I can find is about 18 mont

[ansible-project] Can core user module be extended?

2014-12-23 Thread Alan Ray
I'm looking to extend the core user module to work (at least partially) with OS X (Darwin). The nearest discussion I can find is about 18 months old (https://groups.google.com/forum/#!searchin/ansible-project/extend$20module/ansible-project/7SByPqJxa7Q/NVeOAWdAio4J) and is pretty negative abou