113
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Take notes about other modules that are in plan. More... almost 13 years ago
make copy & template module take key/value parameters so we're consistent. Only the command module works differently now More... almost 13 years ago
Add start of documentation for modules More... almost 13 years ago
trim md5sum string so it does not contain the filename More... almost 13 years ago
Have to return the return code on failure, it's a rule! More... almost 13 years ago
A basic service module with 'ensure' idempotence semantics. Playbook updated to use service module vs command module for restarting. May be some bugs and requires the service to implement 'status' -- and probably some better error handling (i.e. return JSON with "failed" element if failed). More... almost 13 years ago
Add optional hosts parameter to examples to show how we can override the host file in a playbook to load different groups of hosts. More... almost 13 years ago
Update README.md More... almost 13 years ago
Allow multiple patterns to specified, just like Func did. More... almost 13 years ago
don't check in manpage output file More... almost 13 years ago
Merge branch 'master' of github.com:mpdehaan/ansible More... almost 13 years ago
applying indentation patch from skvidal More... almost 13 years ago
Update reporting on playbook runs. More... almost 13 years ago
Merge branch 'master' of github.com:mpdehaan/ansible More... almost 13 years ago
Notifable handlers only run when something is changed. Awesome. More... almost 13 years ago
Update TODO.md More... almost 13 years ago
Merge pull request #9 from skvidal/master More... almost 13 years ago
Grr, markdown. More... almost 13 years ago
Nope, can't use a form in the README file. More... almost 13 years ago
Merge branch 'master' of github.com:mpdehaan/ansible More... almost 13 years ago
Attempt adding google groups signup form to README More... almost 13 years ago
- add match_hosts() method to runner.Runner() More... almost 13 years ago
touch up the example API code More... almost 13 years ago
use shlex.split() instead of split() to keep quoting sane for commands More... almost 13 years ago
Merge remote-tracking branch 'upstream/master' More... almost 13 years ago
simple logging setup using logger. More... almost 13 years ago
Merge pull request #6 from tbielawa/manpage More... almost 13 years ago
Fix tbielawa email in AUTHORS file More... almost 13 years ago
Because everything should have a man page More... almost 13 years ago
Merge pull request #4 from skvidal/master More... almost 13 years ago