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
async module now forks More... almost 13 years ago
Time limit needs to be passed to async_wrapper. More... almost 13 years ago
Added start of async_status script. More... almost 13 years ago
Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper still needs to daemonize. Then, once done, playbook can be taught how to poll async within the timing window. More... almost 13 years ago
Add user to playbook example so it's clear that this is available More... almost 13 years ago
Ability to import task lists and handler lists from a top level playbook file. It is possible to use multiple import statements to implement 'class' like behavior, and also to share a common list of handlers between multiple patterns. More... almost 13 years ago
Update AUTHORS More... almost 13 years ago
add info about the 'all' group to README.md More... almost 13 years ago
Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansible More... almost 13 years ago
Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure service module is installed by setup.py More... almost 13 years ago
add pyflakes target & associated fixes. Also decided to save JSON to --tree file so it can be better used programatically. May have to come up with another system of tree logging for playbook if playbook decides to have tree logging. Presumably not the highest priority. More... almost 13 years ago
Some minor from 'pep8', and silencing the PEP8 messages I don't care about. Also make pep8 show all messages rather than just 1 per code. More... almost 13 years ago
Some minor refactoring of playbook code, more to go. More... almost 13 years ago
Add pydoc to playbook binary, fix default types for playbook '.get()' call More... almost 13 years ago
Added pydoc for utils.py More... almost 13 years ago
Added pydoc for functions in Cli() More... almost 13 years ago
Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to encourage readability and make things more maintainable. More... almost 13 years ago
Add a newline in output here, possibly considering printing top level keys flat More... almost 13 years ago
Still seeing some weirdness from ohai but we can probably simplify this until we figure out what that is. More... almost 13 years ago
Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir More... almost 13 years ago
make command module error when no -a more obvious as command is the default module and someone may forget about -a. The CLI already warns about no host pattern by pulling up usage. More... almost 13 years ago
update README.md on playbook field names More... almost 13 years ago
rename 'pattern' to 'hosts' in playbook format. More... almost 13 years ago
Increasing default --forks to 5 More... almost 13 years ago
-p has been replaced by a required option. Various docs changes. More... almost 13 years ago
README/doc/example updates to go with group support and CLI option changes. Minimizing manpage until CLI options stabilize. More... almost 13 years ago
Allow the /etc/ansible/hosts file to contain groups and those group names to be used in place of pattern names. More... almost 13 years ago
Merge pull request #63 from chjohnst/master More... almost 13 years ago
add a -T option for setting ssh timeout in seconds More... almost 13 years ago
Update README.md More... almost 13 years ago