dellis23 / ansible-toolkit

The missing Ansible tools
GNU General Public License v3.0
157 stars 16 forks source link

tox #26

Closed steenzout closed 8 years ago

steenzout commented 8 years ago
dellis23 commented 8 years ago

Thanks for this! I'm not sure I'll have the time to review it soon, as I already have a few PRs outstanding on this repo. Would you consider being a maintainer of the project for some period of time (however long you feel comfortable)? I don't use Ansible anymore, so it makes it a bit more difficult to robustly test.

steenzout commented 8 years ago

@dellis23 sure. do you want to make a ansible-tookit org? or I just PR to this repo? you can reach me at my github handle @saucelabs.com if you want to setup a call or chat.

I already had a few ideas on how to improve it and I was going to pursue them here since I saw a comment somewhere where you claimed you couldn't support it anymore.

As an example, I went through the ansible code and found a way where you could use ansible.cfg and therefore deprecate the need to have ~/.atk.

by the way, great work!

dellis23 commented 8 years ago

Thanks! I'll add you as a contributor on here so you can have access to merge PRs, close issues, etc. Do you also have a pypi account? I can look into giving you permissions to publish new versions on there as well.

steenzout commented 8 years ago

@dellis23 yes, I created one last week. steenzout is my login.

I've setup travis-ci in the past to automatically upload new releases/tags into pypi (if they pass their tests) so I can do it for this repo as well.

dellis23 commented 8 years ago

@steenzout I've added you as a maintainer on pypi. Thanks for doing this!