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.
ansible/lib/ansible/modules/windows
Liran Nisanov 0d9f9a246f Adds win_pagefile module (#25605)
* Adds win_pagefile module

* Fixed win_pagefile doc

* Fix win_pagefile doc

* Fix win_pagefile doc variable convention

* Added check_mode

* Changed win_pagefile module&doc to the convention

* added win_pagefile integration tests

* Changed check_mode blocks to whatif, fixed a bug

* Added whatif to set-wmiinstance, changed docs

Added whatif in Set-WMIInstance
Added dots to end of decription lines

* Returns to original state at the end, more tests

Added override and no override integration tests
Pagefiles now return to same state as before at the end of the integration test

* Remove extra line

* Added test_path var to win_pagefile

* Set test_path as 'no' in integration

* Added unit to docs and enclosed exception message

* More granular try-catch blocks

* Added workaround to avoid value out of range

* Deleted wrong line ending

* Changed license to one-line

* Removed space in line ending

* Try to fix python2.6 error

* Try 2 to fix python2.6 error

* Add separating line again
7 years ago
..
__init__.py package files 8 years ago
_win_msi.ps1 win_msi: deprecated in favour of win_package (#28741) 7 years ago
_win_msi.py win_msi: deprecated in favour of win_package (#28741) 7 years ago
async_status.ps1 Windows async module support (#4710) 8 years ago
async_wrapper.ps1 refactoring async 7 years ago
setup.ps1 Add mac address to windows facts (#25803) 7 years ago
slurp.ps1 win_slurp: Small cleanup (#21363) 7 years ago
win_acl.ps1 win_acl: registry support for special service accounts (#26629) 7 years ago
win_acl.py Update metadata to 1.1 7 years ago
win_acl_inheritance.ps1 win_acl_inheritance: Added tests and formatting improvements (#25382) 7 years ago
win_acl_inheritance.py Update metadata to 1.1 7 years ago
win_chocolatey.ps1 Add win_chocolatey proxy support (#21886) (#22515) 7 years ago
win_chocolatey.py Add win_chocolatey proxy support (#21886) (#22515) 7 years ago
win_command.ps1 win_command, win_shell: Use Fail-Json on failure (#26512) 7 years ago
win_command.py windows/win_command: improve examples (#20465) 7 years ago
win_copy.ps1 win_copy: changes that were missed (#28533) 7 years ago
win_copy.py win_copy: rewrite with new tests and functionality (#27678) 7 years ago
win_defrag.ps1 win_defrag: New module to defragment local volumes (#23140) 7 years ago
win_defrag.py Update metadata to 1.1 7 years ago
win_disk_image.ps1 initial commit of win_disk_image (#22175) 7 years ago
win_disk_image.py Update metadata to 1.1 7 years ago
win_dns_client.ps1 win_dns_client failing on 2008R2 SP1 (Fixes #25216) (#28172) 7 years ago
win_dns_client.py Update metadata to 1.1 7 years ago
win_domain.ps1 changed parameter name from forest_root_dns_domain to dns_domain_name (to match documentation and other win_domain* modules) and fix example which has win_domain_controller instead of win_domain for module name. (#23081) 7 years ago
win_domain.py Update metadata to 1.1 7 years ago
win_domain_controller.ps1 initial commit of win_domain_controller (#22115) 7 years ago
win_domain_controller.py Update metadata to 1.1 7 years ago
win_domain_group.ps1 win_domain_group: new module (#26682) 7 years ago
win_domain_group.py Update metadata to 1.1 7 years ago
win_domain_membership.ps1 Fix the reboot_required return value (#28579) 7 years ago
win_domain_membership.py Update metadata to 1.1 7 years ago
win_domain_user.ps1 New module: Add module or managing Windows Active Directory users (windows/win_domain_user) (#24075) 7 years ago
win_domain_user.py Update metadata to 1.1 7 years ago
win_dotnet_ngen.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 7 years ago
win_dotnet_ngen.py Update metadata to 1.1 7 years ago
win_dsc.ps1 Adding more explicit module syntax (#26722) 7 years ago
win_dsc.py Update metadata to 1.1 7 years ago
win_environment.ps1 win_environment: Clean up, check-mode and diff support (#21356) 7 years ago
win_environment.py Update metadata to 1.1 7 years ago
win_eventlog.ps1 New Module: Manage Windows event logs (win_eventlog) (#27827) 7 years ago
win_eventlog.py Update metadata to 1.1 7 years ago
win_eventlog_entry.ps1 New Module: Write Windows event log entries (win_eventlog_entry) (#27828) 7 years ago
win_eventlog_entry.py Update metadata to 1.1 7 years ago
win_feature.ps1 Deprecated restart option in win_feature, added return docs 7 years ago
win_feature.py Update metadata to 1.1 7 years ago
win_file.ps1 win_file: fix error when creating an existing dir (#19070) 7 years ago
win_file.py Update metadata to 1.1 7 years ago
win_file_version.ps1 spelling fixes (non-trivial, changing messages) (#25094) 7 years ago
win_file_version.py Update metadata to 1.1 7 years ago
win_find.ps1 win_find: fix for empty nested directories (#26164) 7 years ago
win_find.py Update metadata to 1.1 7 years ago
win_firewall.ps1 win_firewall: check-mode support, integration tests (#25127) 7 years ago
win_firewall.py Update metadata to 1.1 7 years ago
win_firewall_rule.ps1 [18807] win_firewall_rule module uses HNetCfg.FwPolicy2 COM Object (#27381) 7 years ago
win_firewall_rule.py [18807] win_firewall_rule module uses HNetCfg.FwPolicy2 COM Object (#27381) 7 years ago
win_get_url.ps1 win_get_url: Add use_proxy, headers and timeout (#26612) 7 years ago
win_get_url.py win_get_url: Add use_proxy, headers and timeout (#26612) 7 years ago
win_group.ps1 win_group: Clean up and check-mode support (#21384) 7 years ago
win_group.py Update metadata to 1.1 7 years ago
win_group_membership.ps1 Rename win_group_member module to win_group_membership (#27614) 7 years ago
win_group_membership.py Update metadata to 1.1 7 years ago
win_hotfix.ps1 win_hotfix: new module to install Windows hotfixes (#27260) 7 years ago
win_hotfix.py Update metadata to 1.1 7 years ago
win_iis_virtualdirectory.ps1 Relocating extras into lib/ansible/modules/ after merge 8 years ago
win_iis_virtualdirectory.py Update metadata to 1.1 7 years ago
win_iis_webapplication.ps1 Fix a typo in win_iis_webapplication.ps1 (#27417) 7 years ago
win_iis_webapplication.py Update metadata to 1.1 7 years ago
win_iis_webapppool.ps1 win_iis_webapppool: tests, check_mode, bugfixes (#25869) 7 years ago
win_iis_webapppool.py Update metadata to 1.1 7 years ago
win_iis_webbinding.ps1 minor spelling changes 8 years ago
win_iis_webbinding.py Update metadata to 1.1 7 years ago
win_iis_website.ps1 minor spelling changes 8 years ago
win_iis_website.py Update metadata to 1.1 7 years ago
win_lineinfile.ps1 windows: Two simple errors using Add-Warning (#25955) 7 years ago
win_lineinfile.py Update metadata to 1.1 7 years ago
win_mapped_drive.ps1 win_mapped_drive: new module (#27020) 7 years ago
win_mapped_drive.py Update metadata to 1.1 7 years ago
win_msg.ps1 win_command, win_shell: Use Fail-Json on failure (#26512) 7 years ago
win_msg.py Update metadata to 1.1 7 years ago
win_nssm.ps1 Check Windows service status before nssm STOP (#28379) 7 years ago
win_nssm.py Update metadata to 1.1 7 years ago
win_owner.ps1 win_owner: added tests and fixed up bool handling (#25088) 7 years ago
win_owner.py Update metadata to 1.1 7 years ago
win_package.ps1 win_package: rewrite, check mode, tests, more check options (#27470) 7 years ago
win_package.py win_package: rewrite, check mode, tests, more check options (#27470) 7 years ago
win_pagefile.ps1 Adds win_pagefile module (#25605) 7 years ago
win_pagefile.py Adds win_pagefile module (#25605) 7 years ago
win_path.ps1 new module: win_path (#20073) 8 years ago
win_path.py Update metadata to 1.1 7 years ago
win_ping.ps1 win_ping: Make full-functional 8 years ago
win_ping.py Update metadata to 1.1 7 years ago
win_power_plan.ps1 added windows module win_power_plan with integration test (#27966) 7 years ago
win_power_plan.py added windows module win_power_plan with integration test (#27966) 7 years ago
win_psexec.ps1 win_psexec: Change default for -nobanner (#24739) 7 years ago
win_psexec.py Fix booleans in win_psexec documentation 7 years ago
win_psmodule.ps1 New module: Add module to install/remove/register/unregiser windows powershell modules (windows/win_psmodule) (#23604) 7 years ago
win_psmodule.py Update metadata to 1.1 7 years ago
win_rabbitmq_plugin.ps1 [28017] Integration tests for win_rabbitmq_plugin (#28118) 7 years ago
win_rabbitmq_plugin.py Update metadata to 1.1 7 years ago
win_reboot.py Update metadata to 1.1 7 years ago
win_reg_stat.ps1 win_reg_stat change the module parameters for standardisation (#22732) 7 years ago
win_reg_stat.py Update metadata to 1.1 7 years ago
win_regedit.ps1 win_regedit: rewrite to support edge cases and fix issues (#26468) 7 years ago
win_regedit.py Update metadata to 1.1 7 years ago
win_region.ps1 win_region: Small changes to Add-AnsibleParam and docs (#22310) 7 years ago
win_region.py Update metadata to 1.1 7 years ago
win_regmerge.ps1 win_regmerge: Clean up parameter handling (#21388) 7 years ago
win_regmerge.py Update metadata to 1.1 7 years ago
win_robocopy.ps1 win_robocopy: Check-mode support, improved return code and docs (#25410) 7 years ago
win_robocopy.py win_robocopy: Check-mode support, improved return code and docs (#25410) 7 years ago
win_route.ps1 New module: Add module to add/remove a network static route on windows (windows/win_route) (#23405) 7 years ago
win_route.py Update metadata to 1.1 7 years ago
win_say.ps1 win_say: Fix issue, add integration tests (#26089) 7 years ago
win_say.py Update metadata to 1.1 7 years ago
win_scheduled_task.ps1 win_scheduled_task: Add enhanced run option support (#24174) 7 years ago
win_scheduled_task.py Update metadata to 1.1 7 years ago
win_security_policy.ps1 win_secedit: Added module with tests/diff mode (#26332) 7 years ago
win_security_policy.py Update metadata to 1.1 7 years ago
win_service.ps1 win_service: added support for paused services (#27216) 7 years ago
win_service.py Update metadata to 1.1 7 years ago
win_share.ps1 win_share: Add integration tests and various fixes (#25691) 7 years ago
win_share.py Update metadata to 1.1 7 years ago
win_shell.ps1 win_command, win_shell: Use Fail-Json on failure (#26512) 7 years ago
win_shell.py Update metadata to 1.1 7 years ago
win_shortcut.ps1 win_shortcut: Support environment variables/UNC paths (#27089) 7 years ago
win_shortcut.py Update metadata to 1.1 7 years ago
win_stat.ps1 win_stat: add explicit error message when file is in use (#27826) 7 years ago
win_stat.py Update metadata to 1.1 7 years ago
win_tempfile.ps1 win_tempfile: New module implementing tempfile on Windows (#21623) 7 years ago
win_tempfile.py Update metadata to 1.1 7 years ago
win_template.py Update metadata to 1.1 7 years ago
win_timezone.ps1 win_timezone: Add diff support, integration tests (#25284) 7 years ago
win_timezone.py Update metadata to 1.1 7 years ago
win_unzip.ps1 win_unzip: Add integration tests, check-mode, various (#25335) 7 years ago
win_unzip.py Update metadata to 1.1 7 years ago
win_updates.ps1 win_update: added extra job parameters to run even if on battery (#28212) 7 years ago
win_updates.py win_update: added extra job parameters to run even if on battery (#28212) 7 years ago
win_uri.ps1 win_uri: Add integration tests, new functionality... (#25373) 7 years ago
win_uri.py Update metadata to 1.1 7 years ago
win_user.ps1 Fix win_user warning message (#24263) 7 years ago
win_user.py Update metadata to 1.1 7 years ago
win_user_right.ps1 win_user_right: add module with tests (#26276) 7 years ago
win_user_right.py Update metadata to 1.1 7 years ago
win_wait_for.ps1 win_wait_for: added module (#26556) 7 years ago
win_wait_for.py win_wait_for: added module (#26556) 7 years ago
win_wakeonlan.ps1 win_wakeonlan: New module to send Wake-On-Lan packets (#26232) 7 years ago
win_wakeonlan.py Update metadata to 1.1 7 years ago
win_webpicmd.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 7 years ago
win_webpicmd.py Update metadata to 1.1 7 years ago