- 19 Feb, 2015 1 commit
-
-
Dagobert Michelsen committed
-
- 11 Feb, 2015 4 commits
-
-
Correct typos
Toshio Kuratomi committed -
Clear unwanted parameters from both args and complex args when calling file module
Toshio Kuratomi committed -
Needed to clear unwanted parameters from both args and complex args when calling file module. Fixes #10208
Toshio Kuratomi committed -
Paul Geraghty committed
-
- 10 Feb, 2015 16 commits
-
-
module snippets
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Adds Kerberos authentication to winrm if available
Brian Coca committed -
If the `kerberos` module is available, winrm will attempt to establish a Kerberized connection to a Windows server. This allows use of Windows domain accounts, which are quite often the only kinds of accounts enabled on enterprise networks. This also pulls the `transport_schemes` variable up into the `winrm.Connection` class. This lets tests or future modifications alter the list of available schemas without reaching into `Connection.__init__`.
Kirk Strauser committed -
initial draft virtualbox inventory script
Brian Coca committed -
fixes su/ssh with null prompt
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
- renamed to syslog_json (leaving it open to other syslogs in future) - moved logger to be part of callback object - made logger configurable through env variables
Brian Coca committed -
add support for local/remote syslog logging
Brian Coca committed -
Add issue_tracker_url to the galaxy template
James Cammarata committed -
make su promt AIX compatible i tested that it does not break existing on linux, I'm going to take your word on it working on AIX
Brian Coca committed -
Brian Coca committed
-
There is an optional issue_tracker_url setting that can be set in meta/main.yml:galaxy_info. Include it in the generated template commented out so that it can be filled out if desired.
Monty Taylor committed -
$ su suuser date suusers's Password:
Henk Wiedig committed
-
- 09 Feb, 2015 19 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
-