mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e87cf4a3cc
- 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. |
9 years ago | |
---|---|---|
.. | ||
ec2_elb_instance_setup | 11 years ago | |
ec2_provision_instances | 11 years ago | |
prepare_rax_tests/defaults | 10 years ago | |
prepare_tests/tasks | 10 years ago | |
prepare_win_tests | 10 years ago | |
setup_ec2 | 11 years ago | |
setup_mysql_db | 10 years ago | |
setup_postgresql_db | 10 years ago | |
test_always_run | 11 years ago | |
test_apt | 10 years ago | |
test_apt_repository | 11 years ago | |
test_assemble | 10 years ago | |
test_async | 10 years ago | |
test_authorized_key | 10 years ago | |
test_azure | 10 years ago | |
test_bad_parsing | 9 years ago | |
test_become | 10 years ago | |
test_binary | 10 years ago | |
test_changed_when | 11 years ago | |
test_check_mode | 10 years ago | |
test_command_shell | 10 years ago | |
test_conditionals | 9 years ago | |
test_consul_acl/tasks | 10 years ago | |
test_consul_inventory/tasks | 10 years ago | |
test_consul_kv/tasks | 10 years ago | |
test_consul_service/tasks | 10 years ago | |
test_consul_session/tasks | 10 years ago | |
test_copy | 10 years ago | |
test_cs_account | 10 years ago | |
test_cs_affinitygroup | 10 years ago | |
test_cs_common/defaults | 10 years ago | |
test_cs_firewall | 10 years ago | |
test_cs_instance | 10 years ago | |
test_cs_instancegroup | 10 years ago | |
test_cs_portforward | 10 years ago | |
test_cs_securitygroup | 10 years ago | |
test_cs_securitygroup_rule | 10 years ago | |
test_cs_sshkeypair | 10 years ago | |
test_docker | 10 years ago | |
test_ec2 | 11 years ago | |
test_ec2_ami | 11 years ago | |
test_ec2_asg/tasks | 10 years ago | |
test_ec2_eip | 10 years ago | |
test_ec2_elb | 11 years ago | |
test_ec2_elb_lb | 10 years ago | |
test_ec2_facts | 11 years ago | |
test_ec2_group | 11 years ago | |
test_ec2_key | 11 years ago | |
test_ec2_tag | 11 years ago | |
test_ec2_vol | 11 years ago | |
test_ec2_vpc | 11 years ago | |
test_embedded_module | 10 years ago | |
test_facts_d | 11 years ago | |
test_failed_when/tasks | 9 years ago | |
test_fetch | 10 years ago | |
test_file | 9 years ago | |
test_filters | 10 years ago | |
test_force_handlers | 10 years ago | |
test_gce | 11 years ago | |
test_gce_pd | 11 years ago | |
test_gem | 11 years ago | |
test_get_url | 10 years ago | |
test_git | 10 years ago | |
test_good_parsing | 10 years ago | |
test_handlers | 9 years ago | |
test_handlers_meta | 11 years ago | |
test_hash_behavior | 11 years ago | |
test_hg | 11 years ago | |
test_ignore_errors | 11 years ago | |
test_includes | 10 years ago | |
test_iterators | 10 years ago | |
test_lineinfile | 10 years ago | |
test_lookups | 10 years ago | |
test_mysql_db | 10 years ago | |
test_mysql_user | 10 years ago | |
test_mysql_variables | 10 years ago | |
test_ping/tasks | 11 years ago | |
test_pip | 11 years ago | |
test_postgresql | 10 years ago | |
test_rax | 10 years ago | |
test_rax_cbs | 10 years ago | |
test_rax_cbs_attachments | 10 years ago | |
test_rax_cdb | 10 years ago | |
test_rax_cdb_database | 10 years ago | |
test_rax_clb | 10 years ago | |
test_rax_clb_nodes | 10 years ago | |
test_rax_facts | 10 years ago | |
test_rax_identity | 10 years ago | |
test_rax_keypair | 10 years ago | |
test_rax_meta | 10 years ago | |
test_rax_network | 10 years ago | |
test_rax_scaling_group | 10 years ago | |
test_script | 11 years ago | |
test_service | 10 years ago | |
test_special_vars | 10 years ago | |
test_stat | 10 years ago | |
test_su | 10 years ago | |
test_subversion | 10 years ago | |
test_sudo | 10 years ago | |
test_synchronize | 9 years ago | |
test_template | 10 years ago | |
test_unarchive | 10 years ago | |
test_uri | 10 years ago | |
test_var_blending | 10 years ago | |
test_var_precedence | 10 years ago | |
test_var_precedence_dep | 9 years ago | |
test_var_precedence_inven_override/tasks | 10 years ago | |
test_var_precedence_role1 | 10 years ago | |
test_var_precedence_role2 | 10 years ago | |
test_var_precedence_role3 | 10 years ago | |
test_win_copy | 10 years ago | |
test_win_feature | 10 years ago | |
test_win_fetch/tasks | 9 years ago | |
test_win_file | 9 years ago | |
test_win_get_url | 10 years ago | |
test_win_msi/tasks | 9 years ago | |
test_win_ping/tasks | 9 years ago | |
test_win_raw/tasks | 9 years ago | |
test_win_script | 9 years ago | |
test_win_service | 11 years ago | |
test_win_setup/tasks | 9 years ago | |
test_win_slurp/tasks | 11 years ago | |
test_win_stat/tasks | 9 years ago | |
test_win_template | 9 years ago | |
test_win_user | 9 years ago | |
test_yum | 10 years ago |