Commit Graph

4534 Commits (3c4dbd61fceb8543888b6dfa11b1d87facc83018)
 

Author SHA1 Message Date
Michael DeHaan 4e153c7584 Merge pull request #7881 from cchurch/devel
Fix typo in powershell setup module.
10 years ago
Chris Hoffman 3000614930 Adding win_service module 10 years ago
Chris Church 1780cd6fda Fix typo in powershell setup module. 10 years ago
yuyak 54fdd5416b Fix typo in apt module documentation 10 years ago
James Cammarata 35960ea192 Merge pull request #7374 from hfinucane/wait_for_pipes
Allow wait_for to wait on non-traditional files
10 years ago
James Cammarata 649cd5838c Conditionally try to get ebs_optimized parameter from instance 10 years ago
Yap Sok Ann 79c948e73d ec2_vpc: Fix error when using InstanceId as a route gateway.
See https://github.com/ansible/ansible/issues/7368

Fixes #7368
10 years ago
James Cammarata 5006ef9732 Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json 10 years ago
James Cammarata 236a2989cc Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 10 years ago
James Cammarata 347b38ed58 Merge branch 'pkit-git_fix' into devel 10 years ago
James Cammarata 9acf2454d4 Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix 10 years ago
James Cammarata c4416eba66 Merge pull request #7868 from simono/patch-1
win_feature: Fix Description.
10 years ago
James Cammarata 6d3f56f7fe Merge pull request #7856 from njharman/devel
Lineinfile now supports symlinks.
10 years ago
James Cammarata ad4926e090 Update authors for modprobe module 10 years ago
James Cammarata 974693882e Merge branch 'add_name' of https://github.com/stygstra/ansible into stygstra-add_name 10 years ago
Michael Peters dda0889aec Use the right name for the vpc_id parameter
Fixes #7853
10 years ago
Simon Olofsson 73c4cb4c07 win_feature: Fix Description. 10 years ago
James Cammarata 4adf2c4dfd Merge branch 'issue_5679_lineinfile' into fix_lineinfile_newlines 10 years ago
James Cammarata 6ad83bb5ce Merge branch 'devel' of https://github.com/tgolly/ansible into tgolly-devel 10 years ago
Michael DeHaan 4fbc2a83e0 Merge pull request #7861 from cchurch/devel
Windows Remote Support
10 years ago
James Cammarata c4ecd0ddd9 Merge pull request #6785 from CaptTofu/openstack
Added region name to client connection as it is needed for some cloud pr...
10 years ago
David Stygstra cae41d0931 Added author and copyright lines to modules I contributed 10 years ago
Norman J. Harman Jr 0f4aa34da2 lineinfile supports symlinks. 10 years ago
Paul Durivage eba5e34641 Check .GetType rather than object directly 10 years ago
Paul Durivage 1fee46270c Move check down for access to 10 years ago
Paul Durivage 44fcebc5aa Rename variable 10 years ago
Paul Durivage 42834963cc Update documentation 10 years ago
Paul Durivage ce0909035b Fix so it only deletes users that exist 10 years ago
Paul Durivage 6f87380248 Remove commented out lines 10 years ago
Paul Durivage ac1d1b509b Fix incorrect name 10 years ago
Paul Durivage 5636f2b033 Move functions to top for correct scope 10 years ago
Paul Durivage f8f1b7e922 Refactor of win_user module 10 years ago
Matt Martz 0ac996fbaa Add documentation for win_user module 10 years ago
Matt Martz 53497d90da Make sure the doc stubs for windows modules have proper license headers 10 years ago
Matt Martz 1f9121911c Make sure the module name is specified correctly in the win_feature docs 10 years ago
Paul Durivage 52ffcfb1ea Add documentation for win_feature module 10 years ago
Paul Durivage 8b0cc1a87b Add comments 10 years ago
Paul Durivage ebbf356b30 Add restart functionality 10 years ago
Paul Durivage a8dff668dd Renaming and refactoring of names, variables 10 years ago
Chris Church d1423254d0 Update slurp/win_ping/win_stat to use Get-Attr. 10 years ago
Paul Durivage e0f618b27a Remove unnecessary obj 10 years ago
Chris Church 2a20dfe963 Add data option to docs for win_ping. 10 years ago
Chris Church a13b2dd3b3 Add tests for win_stat module. 10 years ago
Paul Durivage c218a125bb Fix variable reference 10 years ago
Paul Durivage c83e5d0890 Ensure state is present if no value provided 10 years ago
Paul Durivage 03526456fa Fix logic to ensure state is either present or absent 10 years ago
Paul Durivage 376d1cc0a4 Add prelim version of win_feature module (for installing packages, roles, features, etc) 10 years ago
Michael DeHaan 2944962915 Add explanation of windows upgrade details. 10 years ago
Don Schenck 755da95e15 Added logging to UpgradeToPS3.ps1
UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output
to file C:\powershell\install.log.
10 years ago
Chris Church e9c9cab3c8 Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules. 10 years ago