1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/windows
Dag Wieers d239adb5e5 Improve diff-support and use Add-Warning() (#21519)
I started to use the variable $diff_support for the boolean that takes
care of diff output support.
2017-02-23 23:22:39 -08:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
async_status.ps1 Windows async module support (#4710) 2016-12-08 11:25:02 -05:00
async_wrapper.ps1 refactoring async 2017-02-06 19:32:00 -05:00
setup.ps1 Clean up windows setup module (#21343) 2017-02-20 11:49:52 +00:00
slurp.ps1 win_slurp: Small cleanup (#21363) 2017-02-23 22:38:17 -08:00
win_acl.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_acl_inheritance.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl_inheritance.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_chocolatey.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_chocolatey.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_command.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_command.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
win_copy.ps1 win_copy: Fix for idempotency (#20281) 2017-01-27 16:17:35 +00:00
win_copy.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
win_dotnet_ngen.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_dotnet_ngen.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_environment.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_environment.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_feature.ps1 win_feature fix issue #20433 - source param not found on win2k8 (#20435) 2017-01-26 17:56:24 -08:00
win_feature.py win_feature fix issue #20433 - source param not found on win2k8 (#20435) 2017-01-26 17:56:24 -08:00
win_file.ps1 Implemented -WhatIf:$check_mode support (#21628) 2017-02-23 23:10:25 -08:00
win_file.py win_file: Add check-mode support (#20671) 2017-01-27 15:44:16 -08:00
win_file_version.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_file_version.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_find.ps1 Added win_find module (#19144) 2017-02-08 22:19:08 +00:00
win_find.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_firewall_rule.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_firewall_rule.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_get_url.ps1 win_get_url: Clean up and check-mode support (#21381) 2017-02-23 22:26:01 -08:00
win_get_url.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_group.ps1 * Update core modules to fix strict mode errors. * Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129, slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482 * Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927 2016-12-08 11:23:34 -05:00
win_group.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_virtualdirectory.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_virtualdirectory.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_webapplication.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_webapplication.py Grammar and spelling on win_iis_webapplication. (#21618) 2017-02-19 18:01:58 +00:00
win_iis_webapppool.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_webapppool.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_webbinding.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_webbinding.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_website.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_website.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_lineinfile.ps1 win_lineinfile backrefs bug fix and updated examples. (#20926) 2017-02-15 20:09:30 -05:00
win_lineinfile.py win_lineinfile backrefs bug fix and updated examples. (#20926) 2017-02-15 20:09:30 -05:00
win_msi.ps1 win_msi:Fixing Issue #20315 - shows changed even when msi not found (#20358) 2017-02-04 09:32:06 +01:00
win_msi.py Add -type "path" to path and creates parameter (#20402) 2017-01-27 15:11:09 -08:00
win_nssm.ps1 win_nssm: Clean up parameter handling + docs (#21625) 2017-02-23 23:14:12 -08:00
win_nssm.py win_nssm: Clean up parameter handling + docs (#21625) 2017-02-23 23:14:12 -08:00
win_owner.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_owner.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_package.ps1 Add feature - win_package - allow non-zero return codes - Issue #20408 (#20410) 2017-01-26 16:32:49 -08:00
win_package.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_path.ps1 new module: win_path (#20073) 2017-01-17 20:21:04 -08:00
win_path.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_ping.ps1 win_ping: Make full-functional 2017-01-27 13:23:01 -08:00
win_ping.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_psexec.ps1 win_psexec: execute cmds on remote systems as any user (#20141) 2017-01-24 13:48:58 +00:00
win_psexec.py win_psexec: execute cmds on remote systems as any user (#20141) 2017-01-24 13:48:58 +00:00
win_reboot.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_reg_stat.ps1 win_reg_stat: Clean up parameter handling (#21380) 2017-02-20 11:49:36 +00:00
win_reg_stat.py Added win_reg_stat module (#19145) 2017-02-09 14:47:00 -08:00
win_regedit.ps1 Improve diff-support and use Add-Warning() (#21519) 2017-02-23 23:22:39 -08:00
win_regedit.py Implemented working REG_NONE support 2017-01-26 09:44:51 +01:00
win_region.ps1 Added win_region module (#19147) 2017-02-20 11:50:27 +00:00
win_region.py Added win_region module (#19147) 2017-02-20 11:50:27 +00:00
win_regmerge.ps1 win_regmerge: Clean up parameter handling (#21388) 2017-02-16 12:41:59 +00:00
win_regmerge.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
win_robocopy.ps1 win_robocopy: Small cleanup (#20515) 2017-01-24 10:40:14 -05:00
win_robocopy.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_say.ps1 win_say: Clean up and check-mode support 2017-02-20 10:02:11 -05:00
win_say.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_scheduled_task.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_scheduled_task.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_service.ps1 * Update core modules to fix strict mode errors. * Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129, slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482 * Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927 2016-12-08 11:23:34 -05:00
win_service.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_share.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_share.py Fix infrequent PEP 8 issues. 2017-01-27 14:06:21 -08:00
win_shell.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_shell.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
win_shortcut.ps1 win_shortcut: Clean up parameter handling (#21378) 2017-02-21 10:25:45 +00:00
win_shortcut.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
win_stat.ps1 win_stat: Module cleanup (#20672) 2017-02-23 22:58:51 -08:00
win_stat.py win_stat: Module cleanup (#20672) 2017-02-23 22:58:51 -08:00
win_tempfile.ps1 win_tempfile: New module implementing tempfile on Windows (#21623) 2017-02-20 11:48:55 +00:00
win_tempfile.py win_tempfile: New module implementing tempfile on Windows (#21623) 2017-02-20 11:48:55 +00:00
win_template.py Improve YAML examples - windows/win_template.py (#19408) 2016-12-15 15:04:49 -08:00
win_timezone.ps1 win_timezone: Clean up and check-mode support (#21387) 2017-02-21 06:01:09 +00:00
win_timezone.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_unzip.ps1 Fix win_unzip module hang on error (#20364) 2017-01-18 20:44:18 +00:00
win_unzip.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
win_updates.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_updates.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_uri.ps1 win_uri: module cleanup and added check-mode support (#20511) 2017-01-27 15:24:32 -08:00
win_uri.py win_uri: module cleanup and added check-mode support (#20511) 2017-01-27 15:24:32 -08:00
win_user.ps1 Fix win_user issue with disabled accounts/expired passwords 2016-12-08 11:25:04 -05:00
win_user.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_webpicmd.ps1 win_webpicmd: Clean up parameter handling (#21376) 2017-02-20 17:28:25 +00:00
win_webpicmd.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00