Commit Graph

15319 Commits (00daf43aed031f6efd589fd2ee7f21cfe2855c6c)
 

Author SHA1 Message Date
James Cammarata 00daf43aed Merge pull request #11822 from ansible/synchronize-fix2
Fixes for synchronize with delegate_to
11 years ago
Toshio Kuratomi 0d72be3953 become protection for local connections no longer needed 11 years ago
Toshio Kuratomi d1933accc3 Fixes for synchronize with delegate_to 11 years ago
Chris Church 2154212491 Merge pull request #11094 from cchurch/test_win_feature_has_servermanager
Only run win_feature tests when the host has the ServerManager module.
11 years ago
Toshio Kuratomi 3939348286 Fix HostVars to support containment tests 11 years ago
James Cammarata 8e164eb46b Merge branch 'cchurch-winrm_v2_fixes' into devel 11 years ago
Chris Church 74df17de29 Add an option for PowerShell modules to indicate support for check mode, skip running module if check mode is not supported. 11 years ago
James Cammarata 8f549e11ab Merge branch 'winrm_v2_fixes' of https://github.com/cchurch/ansible into cchurch-winrm_v2_fixes 11 years ago
Chris Church e87cf4a3cc Fixes for WinRM/PowerShell support in v2.
- Add support for inserting module args into PowerShell modules.  Fixes #11661.
- Support Windows paths containing spaces.  Applies changes from #10727 to v2.  Fixes #9999.  Should also fix ansible/ansible-modules-core#944 and ansible/ansible-modules-core#1007.
- Change how execution policy is set for running remote scripts.  Applies changes from #11092 to v2.  Also fixes ansible/ansible-modules-core#1776.
- Use codepage 65001 (UTF-8) for WinRM connection instead of default (CP437), convert command to UTF-8 and results from UTF-8.  Replaces changes from #10024.  Fixes #11198.
- Close WinRM connection when task completes.
- Use win_stat, win_file and win_copy modules instead of stat, file and copy when called from within other action plugins (only when using WinRM+PowerShell).
- Unquote Windows path arguments before passing to win_stat, win_file, win_copy and slurp modules (only when using WinRM/PowerShell).
- Check for win_ping module to determine if core modules are missing (only when using WinRM/PowerShell).
- Add stdout_lines to result from running low level commands (so stdout_lines is available when using raw/script).
- Update copy action plugin to use shell functions for joining paths and checking for trailing slash.
- Update fetch action plugin to unquote source path when using Windows paths.
- Add win_copy and win_template action plugins that inherit from copy and template.
- Support running .bat and .cmd scripts using default system encoding instead of UTF-8.
- Always send PowerShell commands as base64-encoded blobs to allow for running simple PowerShell commands via raw.
- Support running modules on Windows with interpreters other than PowerShell.
- Update integration tests to support above changes and test unicode fixes.
- Add test for win_user error from ansible/ansible-modules-core#1241 (fixed by ansible/ansible-modules-core#1774).
- Add test for additional win_stat output values (implemented by ansible/ansible-modules-core#1473).
- Add test for OS architecture and name from setup.ps1 (implemented by ansible/ansible-modules-core#1100).

All WinRM integration tests pass for me with these changes.
11 years ago
Brian Coca fa8043c0ba corrected typo 11 years ago
Brian Coca f16b745f17 now properly uses default port if defined 11 years ago
Brian Coca 496186f5de makes ssh plugin resilient against invalid entries in hosts file
fixes #10238
11 years ago
Toshio Kuratomi e349004325 Update submodule ref to pull in apt_repo fixes 11 years ago
Brian Coca 9aa4214417 fixed delegate_to ref in syncronize 11 years ago
Brian Coca 8a00dff989 updated submodule refs 11 years ago
Brian Coca c2d8ca4bf7 fixed test to expected output 11 years ago
Brian Coca 07e5e98cbf removed jinaj2 override restrictions 11 years ago
Brian Coca 113f709eac brought up to date with default 11 years ago
Brian Coca 51de207197 Merge pull request #11805 from amenonsen/trivial-fixmes
A series of trivial FIXMEs for devel
11 years ago
Chris Church b07f8e7a7e Add an option for PowerShell modules to indicate support for check mode, skip running module if check mode is not supported. 11 years ago
James Cammarata 222f04e387 Submodule pointer update 11 years ago
Brian Coca 2ed5d29951 Merge pull request #11040 from resmo/patch-1
doc: we need GPLv3 license headers
11 years ago
Abhijit Menon-Sen 807079ec2f Remove outdated FIXME; HostVars is imported and used below 11 years ago
Brian Coca d05c4b82aa Merge pull request #11803 from amenonsen/prompt_encrypt
Uncomment encrypt handling for vars_prompt
11 years ago
Abhijit Menon-Sen 845784b572 Remove outdated FIXMEs; all use combine_vars already 11 years ago
James Cammarata efcad3aa6d Re-allow vars on tasks, specifically for includes 11 years ago
James Cammarata 0ad52a403f Merge pull request #11804 from amenonsen/fixme
Easy FIXMEs
11 years ago
Abhijit Menon-Sen 1541e331c9 Also fix UTF-8 handling in vars_prompt 11 years ago
James Cammarata 549c204051 Submodule pointer update 11 years ago
Abhijit Menon-Sen 694d2103b1 Remove outdated FIXME code
This is already handled in PlayContext.set_options.
11 years ago
James Cammarata 2a93559fc8 Merge branch 'winrm_v2_fixes' of https://github.com/cchurch/ansible into cchurch-winrm_v2_fixes 11 years ago
Abhijit Menon-Sen ff2d160fff Correct invalid reference to global display 11 years ago
Abhijit Menon-Sen 10def3aa54 Uncomment encrypt handling for vars_prompt 11 years ago
Brian Coca b2dc66c7ea now check stderr also on become for ssh plugin for the cases where sudo or su do not want to prompt/echo on stdin
fixes #11796
11 years ago
Brian Coca 17f659a143 added some debug to galaxy 11 years ago
Brian Coca 29bc8f51d7 made tags display closer to v1 11 years ago
Brian Coca e2e0dc2719 added selinux_permissive 11 years ago
Brian Coca b37be236d9 Merge pull request #11475 from nibalizer/cfacter_support
Use cfacter instead of facter if possible
11 years ago
James Cammarata 769b0d92ee Merge pull request #11795 from amenonsen/nonedir
Don't stat None
11 years ago
Abhijit Menon-Sen 3d581e5306 Don't stat None
Fixes #11794, regression introduced by #11010
11 years ago
Brian Coca 527ae360b0 Merge pull request #10652 from vodik/nspawn
Support querying systemd container information
11 years ago
Brian Coca 4b8e368039 Merge pull request #11010 from sillydong/devel
Add judgment to to fix path0 if ANSIBLE_CONFIG is set to a dir
11 years ago
Brian Coca 0e77871426 fixed non ignore errors path to actually interrupt
fixed cases where missing/inaccessible file gave exception, now you get nice error
11 years ago
Brian Coca 8153c34abf now returns false on bad role_data 11 years ago
Brian Coca e81ec32719 made galaxy more resilient with bad yaml files and comments/spaces in non yaml files
fixes #10641
11 years ago
Brian Coca 63b54a3271 Merge pull request #11787 from jcpowermac/move_vmware_module_utils
Moving VMware Utilites module
11 years ago
Joseph Callen 2f5ced8856 Moving VMware Utilites module
Moved `vmware.py` from v1 to `lib/ansible/module_utils/vmware.py`.

No other changes has been made since these two PRs:
https://github.com/ansible/ansible/pull/10812
https://github.com/ansible/ansible/pull/10760
11 years ago
James Cammarata 614463e899 Merge branch 'devel' of https://github.com/ansible/ansible into devel 11 years ago
James Cammarata ba56beda90 Fix include task using a potentially undefined variable 11 years ago
Brian Coca 827f2ff0ac corrected var name 11 years ago