- 26 Mar, 2015 1 commit
-
-
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting) Fix and test. Fixes #10536
Toshio Kuratomi committed
-
- 20 Mar, 2015 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
- 19 Mar, 2015 12 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
break up the tests so that we can maybe run this on at least one platform
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
- 16 Mar, 2015 1 commit
-
-
James Laska committed
-
- 12 Mar, 2015 4 commits
-
-
Toshio Kuratomi committed
-
fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo'
Brian Coca committed -
Nothing we can do, when it sanitizes ssh_urls it's simply overzealous.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
- 11 Mar, 2015 2 commits
-
-
removes sycnronize test that does not work with current sudo setup Fixes #10434
Brian Coca committed -
Brian Coca committed
-
- 10 Mar, 2015 1 commit
-
-
- become constants inherit existing sudo/su ones - become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group - changed method signatures as privlege escalation is collapsed to become - added tests for su and become, diabled su for lack of support in local.py - updated playbook,play and task objects to become - added become to runner - added whoami test for become/sudo/su - added home override dir for plugins - removed useless method from ask pass - forced become pass to always be string also uses to_bytes - fixed fakerunner for tests - corrected reference in synchronize action plugin - added pfexec (needs testing) - removed unused sudo/su in runner init - removed deprecated info - updated pe tests to allow to run under sudo and not need root - normalized become options into a funciton to avoid duplication and inconsistencies - pushed suppored list to connection classs property - updated all connection plugins to latest 'become' pe - includes fixes from feedback (including typos) - added draft docs - stub of become_exe, leaving for future v2 fixes
Brian Coca committed
-
- 02 Mar, 2015 1 commit
-
-
Instead of getting rid of pipes.quote, use pipes.quote and get rid of the manually entered toplevel quotes. This should properly escape backslashes, quotes, and other characters. Also fix the new checksumming python "one-liner" for csh. ansible_shell_type needs to be set to csh. Fixes #10363 Fixes #10353
Toshio Kuratomi committed
-
- 26 Feb, 2015 3 commits
-
-
Toshio Kuratomi committed
-
Workaround for #10321 Need to fix better in v2
Toshio Kuratomi committed -
Alejandro Guirao committed
-
- 25 Feb, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 20 Feb, 2015 1 commit
-
-
Brian Coca committed
-
- 19 Feb, 2015 1 commit
-
-
Brian Coca committed
-
- 18 Feb, 2015 1 commit
-
-
Brian Coca committed
-
- 17 Feb, 2015 3 commits
-
-
When using the "creates" option with the unarchive module, set changed to False if the file already exists. This behavior is consistent with other modules which use "creates", such as command and shell.
Dan Rue committed -
Matt Martz committed
-
Brian Coca committed
-
- 16 Feb, 2015 1 commit
-
- 13 Feb, 2015 1 commit
-
-
refactored task selection into method list-tasks now uses common method of task selection always is now skippable if specified in --skip-tags
Brian Coca committed
-
- 12 Feb, 2015 1 commit
-
-
updated to correct to_bytes function removed old to_bytes/to_unicode and repointed clients to new location fixed unicode test
Brian Coca committed
-
- 11 Feb, 2015 3 commits
-
-
Matt Martz committed
-
Matt Martz committed
-
Matt Martz committed
-