Commit Graph

17805 Commits (fb797a9e7786a3fde70e7de34ccf9ac3946501b3)
 

Author SHA1 Message Date
chouseknecht 06dde0d332 Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS. 9 years ago
chouseknecht 847f454bcc Add a section to intro_configuration for Galaxy. 9 years ago
chouseknecht 342dee0023 Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 9 years ago
chouseknecht f1c72ff8f5 Make sure it is clear that new commands require using the Galaxy 2.0 Beta site. 9 years ago
chouseknecht bc73920090 Updated ansible-galaxy man page. Removed -b option for import. 9 years ago
chouseknecht 989604b1a3 Fix typo. 9 years ago
chouseknecht d8e6bc98a2 Fix overloaded options. Show an error when no action given. Don't show a helpful list of commands and descriptions. 9 years ago
Robin Roth 1bd8d97093 fix whitespace 9 years ago
Robin Roth 1b2ebe8def make shallow clone the default for ansibel-pull 9 years ago
Usman Ehtesham Gul 4779f29777 Fix Doc mistake
Fix Doc mistake in ansible/docsite/rst/playbooks_variables.rst
9 years ago
Brian Coca e2ad4fe910 include all packaging in tarball
not juse rpm spec file
9 years ago
Brian Coca d73562902b debug now validates its params
simplified var handling
made default message the same as in pre 2.0
fixes #13532
9 years ago
Brian Coca f3bedbae29 simplified skippy
thanks agaffney!
9 years ago
Brian Coca 99e46440bd changed shell delimiters for csh
fixes #13459
9 years ago
Michael Scherer 3c4d2fc6f2 Add tests for ansible.module_utils.known_hosts 9 years ago
Brian Coca 8e445c551a removed unused imports in galaxy/cli 9 years ago
Brian Coca d7b516f75d added releases doc 9 years ago
Brian Coca 0a112a1b06 fixed formating issues with rst 9 years ago
Brian Coca 8db2912745 corrected section anchors 9 years ago
Brian Coca 14f3739260 Merge pull request #13505 from janek-warchol/patch-2
Explain how 'run_once' interacts with 'serial'
9 years ago
Brian Coca 785735cea4 Merge pull request #13132 from bcoca/template_json_preserve
now we don't try to convert types if certain filters
9 years ago
James Cammarata 120b9a7ac6 Changing the way workers are forked 9 years ago
Brian Coca ae988ed753 avoid set to unique hosts to preserver order
swiched to using a list comp and set to still unique but keep expected order
fixes #13522
9 years ago
Brian Coca de71171fc2 removed merge conflict 9 years ago
James Cammarata 7f7e730dea Don't mark hosts failed if they've moved to a rescue portion of a block
Fixes #13521
9 years ago
James Cammarata 97554fc222 Fixing filter test for extract to use proper group 9 years ago
Brian Coca d9e510b192 narrow down exception catching in block builds
this was obscuring other errors and should have always been narrow scope
9 years ago
Chrrrles Paul e56efa49c4 Merge pull request #13509 from chrrrles/vca_default_host
fix default host for non vcd service types
9 years ago
Brian Coca 58072c92fb removed 'bare' example in environment
now shows how to use explicit templating
9 years ago
Brian Coca bd0f9a4afc fix make complaint when git is not installed 9 years ago
Brian Coca c9b0f4a9fe Merge pull request #13512 from amenonsen/debug
Clean up debug logging around _low_level_execute_command
9 years ago
Abhijit Menon-Sen 37c4e9aee3 Clean up debug logging around _low_level_execute_command
We were logging the command to be executed many times, which made debug
logs very hard to read. Now we do it only once.

Also makes the logged ssh command line cut-and-paste-able (the lack of
which has confused a number of people by now; the problem being that we
pass the command as a single argument to execve(), so it doesn't need an
extra level of quoting as it does when you try to run it by hand).
9 years ago
Charles Paul a6a58d6947 fix default host for non vcd service types 9 years ago
James Cammarata c402325085 Fixing up docker integration tests a bit 9 years ago
Toshio Kuratomi bd9582d072 Update submodule refs 9 years ago
Toshio Kuratomi 1dda8158ff become_pass needs to be bytes when it is passed to ssh.
Fixes #13240
9 years ago
Jan Warchoł 72f0679f68 Explain how 'run_once' interacts with 'serial' 9 years ago
Toshio Kuratomi 308f6a4dd6 Merge pull request #13498 from chrrrles/adhoc_callback
custom callbacks with adhoc cli
9 years ago
Charles Paul 6680cc7052 allow custom callbacks with adhoc cli for scripting
missing import of CallbackBase
9 years ago
Robin Roth c20c1a6d49 add depth option to ansible-pull
Allows shallow checkouts in ansible-pull by adding `--depth 1` (or higher number)
9 years ago
Michael Scherer fe72fff57d Fix the markdown used for the Windows module section 9 years ago
Toshio Kuratomi 30e729557f Add first draft of porting guide for 2.0 9 years ago
James Cammarata 2b36343451 Missed one place we were appending the incorrectly escaped item to raw params 9 years ago
Brian Coca 050c657524 Merge pull request #13457 from bcoca/release_docs
draft release documentation
9 years ago
Brian Coca a61387846d draft release documentation 9 years ago
Toshio Kuratomi a19e083d33 Note that handlers inside of includes are not possible at the moment 9 years ago
Toshio Kuratomi 62cbc03af6 Revert "Remove the funcd connection plugin"
This reverts commit c0d79cf7e1.

We may still port the funcd connection plugin, just not in time for
2.0.0
9 years ago
nitzmahone a7cd41b482 Windows doc updates 9 years ago
James Cammarata 30b6dd8bcd Merge pull request #13495 from Yannig/devel_debug_null_error
Do not fail when variable is not correct in debug action.
9 years ago
Yannig Perré 18ac12aee6 Do not fail when variable is not correct in debug action.
See https://github.com/ansible/ansible/issues/13484 for more information.
9 years ago