- 08 May, 2012 1 commit
-
-
Since host variables are becoming important, it did not make sense to sustain --override-hosts, with the ability to create hosts that didn't have inventory information, but also existed, in various groups.
Michael DeHaan committed
-
- 07 May, 2012 1 commit
-
-
John Kleint committed
-
- 26 Apr, 2012 1 commit
-
-
ansible-playbook release-my-app.yml --extra-vars="version=123" And make $version available in the playbook without re-editing the file
Michael DeHaan committed
-
- 21 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 17 Apr, 2012 3 commits
-
-
Michael DeHaan committed
-
remove --extra-vars since the new YAML inventory stuff wasn't quite using it as designed and it is getting hard to follow with that and SETUP_CACHE etc
Michael DeHaan committed -
Michael DeHaan committed
-
- 13 Apr, 2012 3 commits
-
-
Michael DeHaan committed
-
Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required.
Michael DeHaan committed -
Allow playbook to take --connection=local for easier reuse of playbook in kickstart w/o specifying connection: in the playbook itself. Both work.
Michael DeHaan committed
-
- 10 Apr, 2012 3 commits
-
-
interface. add very small subclass of OptionParser to sort the options so mdehaan is happy
Seth Vidal committed -
Added usage info to bin/ansible-playbook, now shows options on bare command line. NOTE: bin/ansible outputs usage to stdout, bin/ansible-playbook to stderr. Should they be consistent?
Brad Olson committed -
Brad Olson committed
-
- 06 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 05 Apr, 2012 1 commit
-
-
for other scripts to use.
Seth Vidal committed
-
- 31 Mar, 2012 3 commits
-
-
d would be useful for --dry-run.
Jeroen Hoekx committed -
This prints remote module stderr on local stderr.
Jeroen Hoekx committed -
Conflicts: lib/ansible/playbook.py Removed unneccessary shlex and replaced with basic split, some repurcussions in runner that can be eliminated once we consistently pass args as a string (soon).
Michael DeHaan committed
-
- 29 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 28 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 27 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 25 Mar, 2012 1 commit
-
-
Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. (Runner still does not use callbacks for default output)
Michael DeHaan committed
-
- 24 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 22 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 21 Mar, 2012 3 commits
-
-
playbooks -- Ratchet up logging prior to gating things with verbosity controls and upgrading output format
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Mar, 2012 1 commit
-
-
refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!
Michael DeHaan committed
-
- 18 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 14 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed during setup, async tasks, or poll operations. This introduced some redundancy so I've made some notes in the code where things need to be refactored to remove them.
Michael DeHaan committed
-
- 13 Mar, 2012 3 commits
-
-
Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :)
Michael DeHaan committed -
Generic AnsibleError exception + host inventory missing exception. First shot at catching these in a generic way in bin/ansible*.
Tim Bielawa committed -
but this is more or less a mirror of what /bin/ansible does. It also has a 'fire and forget' mode if the poll interval is left off or set to 0.
Michael DeHaan committed
-
- 07 Mar, 2012 1 commit
-
-
independent of output, and can also see all the output nicely grouped together if we want to reformat it or make summaries of statistics.
Michael DeHaan committed
-
- 03 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-