- 09 Feb, 2015 20 commits
-
-
cherry picked from https://github.com/ansible/ansible/pull/6899
Toshio Kuratomi committed -
better missing editor message
Brian Coca committed -
support for patch module to have master as src
Brian Coca committed -
* delegate_to rudimentary support (still needs much more work) * lots of other things
James Cammarata committed -
Fixes #10157
Toshio Kuratomi committed -
Brian Coca committed
-
Helps control open file descriptor count with pypy (which is used with one coreos + ansible example). Part of a fix for https://github.com/ansible/ansible/issues/10157
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Obfuscate passwords in a variety of output
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Ignore errors from `shutil.rmtree` when removing temporary directory
Brian Coca committed -
Update playbooks_delegation.rst
Brian Coca committed -
Make collins attributes more accessible
Brian Coca committed -
Reformat and clarify YAML syntax descriptions
Brian Coca committed -
Use termios instead of stty for compatibility
Brian Coca committed -
Daniel Upton committed
-
There's a space missing "hosts:127.0.0.1" should be "hosts: 127.0.0.1"
simontite-capita-ti committed -
fixes #10182
Brian Coca committed -
Fixing ticket 9845: man pages contain duplicate AUTHOR section
Brian Coca committed -
mixpix3ls committed
-
- 06 Feb, 2015 2 commits
-
-
Arnoud Vermeer committed
-
Dagobert Michelsen committed
-
- 05 Feb, 2015 2 commits
-
-
Brian Peiris committed
-
Brian Peiris committed
-
- 04 Feb, 2015 4 commits
-
-
correct typo that breaks hashing on python 2.4.
Toshio Kuratomi committed -
Handle PowerShell parameters passed via splatting
Brian Coca committed -
Jon Hadfield committed
- 03 Feb, 2015 11 commits
-
-
Toshio Kuratomi committed
-
more resilient errors for bad host declarations in play
Brian Coca committed -
should fix #10148
Brian Coca committed -
Allow retries to be templatable
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
The rules are -- if the filter returns str type and the str may contain non-ascii characters then wrap it to convert to unicode type. Not needed if the function already returns unicode type or only returns ascii characters
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
remove broken nad commented unicode conversion -- in v2, this is done when the data first enters ansible.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 02 Feb, 2015 1 commit
-
-
Toshio Kuratomi committed
-