summaryrefslogtreecommitdiff
path: root/bin/ansible
Commit message (Expand)AuthorAgeFilesLines
...
* Very basic --diff option for showing what happens when templates change.Michael DeHaan2013-02-071-3/+15
* For ansible --list-hosts benefit apply hosts selection limits earlyStoned Elipot2013-02-061-0/+2
* This implements a basic --check mode which for now is only implemented on tem...Michael DeHaan2013-02-031-2/+3
* add --list-hosts support to bin/ansibleChristopher A. Snapp2012-12-091-0/+11
* Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into...Michael DeHaan2012-11-031-0/+1
|\
| * Added config option for default ask for ssh_passChandler Latour2012-11-021-0/+1
* | Added config option to control default of asking or not for sudo passwordBrian Coca2012-10-301-0/+1
|/
* Different return codes for different errors.Aleksej Romanov2012-10-041-2/+2
* Indicate errors with exit code.Aleksej Romanov2012-10-041-0/+5
* Allow /bin/ansible to use --limitMichael DeHaan2012-08-111-2/+2
* Add -vvv support for debugging activityMichael DeHaan2012-08-081-1/+1
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-16/+16
* Remove the -D module debug flag, which no longer is functional due to sudo pt...Michael DeHaan2012-06-191-1/+1
* Fix casing/underscore convention in method name, split polling logic away fro...Michael DeHaan2012-05-251-1/+1
* hook up --private-key to the runnerSeth Vidal2012-05-141-0/+1
* Fix non-sudo execution, add --sudo-user to ansible-playbook.John Kleint2012-05-071-7/+5
* Fixup the previous sudo_user support patch to work with playbooks.Michael DeHaan2012-05-061-1/+3
* first bit of getting sudo -u functionalityJim Richardson2012-05-061-2/+4
* Trivial fix: make PyDev happy (imports).Rafal Lewczuk2012-05-011-2/+2
* Modify /usr/bin/ansible and playbooks to use the new async API.Jeroen Hoekx2012-05-011-59/+13
* Unused importsMichael DeHaan2012-04-211-1/+0
* Don't prompt for password info if the pattern wouldn't have matched any hosts...Michael DeHaan2012-04-211-2/+9
* Update bin/ansible to fix usage of inventory API + no more verbose optionMichael DeHaan2012-04-191-2/+2
* verbose option is not being used, so remove it. debug variable still exists.Michael DeHaan2012-04-161-1/+1
* Allow --user for playbooks, no need for port setting as can specify in invent...Michael DeHaan2012-04-161-4/+3
* Refactor inventory code out of Runner.Jeroen Hoekx2012-04-161-3/+5
* Merge remote branch 'public/integration' into integrationMichael DeHaan2012-04-131-0/+2
|\
| * Stop async /bin/ansible if completed on all hosts.Jeroen Hoekx2012-04-131-0/+2
* | Update manpages, fix missing variable assignmentMichael DeHaan2012-04-131-1/+2
* | Add support for specifying sudo passwords to both ansible & playbook. Nopass...Michael DeHaan2012-04-131-2/+5
|/
* Add defaults to command help to avoid a certain class of user questions.Michael DeHaan2012-04-121-1/+2
* Merge branch 'master' into localconnectionStephen Fromm2012-04-121-18/+6
|\
| * Merge commit '8ae71cc' into integrationMichael DeHaan2012-04-101-17/+6
| |\
| | * go back to using a normal optparser to add options instead of the dictSeth Vidal2012-04-101-17/+6
| * | Wired in Michael's usage string optparse style.Brad Olson2012-04-091-1/+1
| |/
* | Add support to bin/ansible for --connection optionStephen Fromm2012-04-101-1/+2
|/
* Modification on top of skvidal's common options patch to keep options to comm...Michael DeHaan2012-04-061-6/+17
* move the bulk of the opt parsing out of ansible/ansible-playbook and into utilsSeth Vidal2012-04-051-28/+3
* Surface module debug (-D) to /usr/bin/ansible alsoMichael DeHaan2012-03-311-0/+3
* pyflakes: Unused import / unused varMichael DeHaan2012-03-301-1/+0
* Treat module args as strings everywhere to avoid unneccessary shlex and requo...Michael DeHaan2012-03-301-2/+2
* Added preliminary support for --sudo to ansible, playbook support and further...Michael DeHaan2012-03-291-1/+3
* Fix exception catching for py2.4Tim Bielawa2012-03-291-1/+1
* Expose remote_port option in playbookMichael DeHaan2012-03-281-0/+1
* just some minor clean up single vs double in getopt parsingChristopher Johnston2012-03-281-13/+13
* add support for using an alternate remote portChristopher Johnston2012-03-281-3/+7
* Recieved quite a few requests to run python via /usr/bin/env, so doing that.Michael DeHaan2012-03-261-1/+1
* Make /usr/bin/ansible output realtime and also delete some code!Michael DeHaan2012-03-261-52/+24
* Applying callback model to runner, and using that in playbooks, so output can...Michael DeHaan2012-03-251-1/+6
* Import cleanup, plus have /bin/ansible remind you if no hosts were matched by...Michael DeHaan2012-03-181-0/+3