113
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from katzj/no-shell More... almost 13 years ago
Merge pull request #2 from katzj/non-root-mktemp More... almost 13 years ago
add support to prompt for ssh password on the cli More... almost 13 years ago
Don't use a shell and thus avoid a whole class of problems
katzj
as Jeremy Katz
More... almost 13 years ago
Implment copy with an actual minion-side module such that we can get md5sum's and onchange events like Puppet's file providers do. More... almost 13 years ago
Added remote templating engine using jinja2, see examples/playbook.yml for usage. Cleanup is due in runner.py More... almost 13 years ago
Added stub for template execution, WIP. More... almost 13 years ago
Added a setup module which can be used to place key-value JSON data on the system for use in a later template module. These values could also be used for module-specific config. More... almost 13 years ago
Added idea about how to do async + timeout in modules More... almost 13 years ago
update TODO with ideas for playbook and latest plans More... almost 13 years ago
Upgrade output for playbook runs More... almost 13 years ago
Kinda have to pass the host list parameter More... almost 13 years ago
Update ohai module to run on older python clients. More... almost 13 years ago
Added an 'ohai' module. Some weird JSON hackage to get it to work. More... almost 13 years ago
Update README.md to reflect that this is a tool, not just an API. Though the API is important. More... almost 13 years ago
Added rough sketch of what I want for playbook support. Debug heavy at the moment as I figure out how logging/output might look. A couple of major TODO features also listed in the file. More... almost 13 years ago
Credit Tim for last patch. More... almost 13 years ago
Force forks to be an integer when read by command line More... almost 13 years ago
We don't have modules that list when things change just yet. I plan to handle this by having a changed=True/False in the JSON for these modules. Added a note so folks won't think we can only execute shell :) More... almost 13 years ago
Update API docs for runner More... almost 13 years ago
Move runner out of __init__.py so it's clear what classes live where. More... almost 13 years ago
Added initial stub for where playbooks will go, moved to common constants file so as to not repeat constants between CLI and lib. More... almost 13 years ago
Add Seth to authors file. More... almost 13 years ago
Comments and fixup on the dark/contacted code More... almost 13 years ago
trim unused modules More... almost 13 years ago
Merge branch 'master' of github.com:mpdehaan/ansible More... almost 13 years ago
Add authors file to list contributors More... almost 13 years ago
Merge pull request #1 from katzj/centos5-simplejson More... almost 13 years ago
Rename 'successful' to 'contacted' ... More... almost 13 years ago
Fix multiprocessing pool usage and remove stackoverflow hack More... almost 13 years ago