- 01 Oct, 2015 1 commit
-
-
Greg DeKoenigsberg committed
-
- 26 Sep, 2015 2 commits
-
-
Brian Coca committed
-
* allow global no_log setting, no need to set at play or task level, but can be overriden by them * allow turning off syslog only on task execution from target host (manage_syslog), overlaps with no_log functionality * created log function for task modules to use, now we can remove all syslog references, will use systemd journal if present * added debug flag to modules, so they can make it call new log function conditionally * added debug logging in module's run_command
Brian Coca committed
-
- 17 Sep, 2015 1 commit
-
-
Paul Freeman committed
-
- 15 Sep, 2015 1 commit
-
-
Brian Coca committed
-
- 03 Sep, 2015 1 commit
-
-
Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there.
Marius Gedminas committed
-
- 31 Aug, 2015 1 commit
-
-
nitzmahone committed
-
- 15 Aug, 2015 1 commit
-
-
* now it uses -n to get immediate error if no password is supplied and one is needed, this should fix the issue with sudo hanging waiting for input. * made -k configurable, this can break changing become_users in play if left out, but opens up the possiblity of OTP support.
Brian Coca committed
-
- 22 Jul, 2015 1 commit
-
-
* enable batch mode (configurable with a config option, on by default) for sftp transfers, so we can catch errors more easily * general cleanup in the local connection plugin and fetch action plugin Fixes #11612
James Cammarata committed
-
- 20 Jul, 2015 1 commit
-
-
Brian Coca committed
-
- 10 Jul, 2015 1 commit
-
-
Carlos E. Garcia committed
-
- 06 Jul, 2015 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
- 02 Jul, 2015 1 commit
-
-
as reported in #11442
Brian Coca committed
-
- 01 Jul, 2015 1 commit
-
-
James Cammarata committed
-
- 30 Jun, 2015 1 commit
-
-
Brian Coca committed
-
- 15 May, 2015 2 commits
-
-
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
-
- 30 Jan, 2015 1 commit
-
-
also added commented out entries in ansible.cfg to show other options
Brian Coca committed
-
- 29 Jan, 2015 1 commit
-
-
Brian Coca committed
-
- 19 Jan, 2015 1 commit
-
-
Brian Coca committed
-
- 05 Jan, 2015 1 commit
-
-
not work
Brian Coca committed
-
- 16 Dec, 2014 2 commits
-
-
Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default
Toshio Kuratomi committed -
Willem Pienaar committed
-
- 14 Dec, 2014 1 commit
-
-
Add support for SSL protocol version configuration option. Also fix 2 places where the SSL version was not being set properly.
Jason Holland committed
-
- 04 Dec, 2014 1 commit
-
- 11 Nov, 2014 1 commit
-
-
Chris Church committed
-
- 04 Nov, 2014 1 commit
-
-
On x86 systems doesn't work so, starting by the line 63 we check if the architecture is x86 or x64.
cipress committed
-
- 26 Sep, 2014 1 commit
-
-
Michael DeHaan committed
-
- 10 Sep, 2014 1 commit
-
-
Michael DeHaan committed
-
- 09 Sep, 2014 1 commit
-
-
James Cammarata committed
-
- 22 Aug, 2014 2 commits
-
-
Michael DeHaan committed
-
for local usage.
Michael DeHaan committed
-
- 18 Aug, 2014 1 commit
-
-
$powershell path is set to "C:\powershell" at line 27. This is fine, but on line 82 $powershellpath is called as ".$powershellpath\$filename". Because the path at line 27 is absolute, a period preceding the $powershellpath is not required at 82. It actually causes an error: Start-Process : This command cannot be executed due to the error: Unknown error (0x80041002). At C:\users\Nathan Sosnovske\Documents\ps2to3.ps1:81 char:14 Start-Process <<<< -FilePath ".$powershellpath\$filename" -ArgumentList /quiet CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand Removing the period on line 82 before $powershellpath fixes this error.
nathansoz committed
-
- 11 Aug, 2014 1 commit
-
-
Michael DeHaan committed
-
- 06 Aug, 2014 1 commit
-
-
Make issue template slightly more verbose.
Michael DeHaan committed
-
- 06 Jul, 2014 1 commit
-
-
The script can be used to set up a windows host with WinRM with the least possible effort.
Trond Hindenes committed
-
- 19 Jun, 2014 2 commits
-
-
Matt Martz committed
-
Chris Church committed
-