-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select a reference Windows module for the documentation #20505
Comments
@jhawkesworth @nitzmahone @dav1x @jctanner As discussed on IRC. |
mention @ilpianista who also mentioned on IRC some other (unsorted) thoughts what to put for metadata? |
Keep me in the loop, will help with the |
more thoughts... need to support powershell 3 and above document return values advanced topics: example of calling .net class |
As discussed in ansible#20505 we would like to point from the documentation to a module we choose as the reference module for Windows. I picked win_service and cleaned it up to the best of my abilities. I also added check-mode support as an example. Let the bikeshedding begin !
As discussed in ansible#20505 we would like to point from the documentation to a module we choose as the reference module for Windows. I picked win_service and cleaned it up to the best of my abilities. I also added check-mode support as an example. Let the bikeshedding begin !
So we have 3 candidates, and win_service is no longer on the table :-)
Of these, win_uri is clearly the most simple example, although it does have some things that require cleaning up.
So quite some work before we can consider it first-of-class. |
It has been decided to use win_environment as it has the most simple implementation of an idempotent module supporting check-mode and diff support. The upside is that we don't need to do a lot of work ;-) |
At 19:00 UTC on Tuesday 19 September 2017 this ticket will be processed during the second Windows Sprint, |
We looked into this issue today, and two things are required moving forward:
|
ISSUE TYPE
COMPONENT NAME
win_environment
ANSIBLE VERSION
v2.4
SUMMARY
As discussed on IRC, let's declare one module the reference module for Windows and use it in the documentation for new module authors.
The module should have all these features:
-validateset
-failifempty
-default
The win_service module was our first candidate, but it has turned into a more complex example. It does meet all requirements. So we decided to use win_environment as the reference module.
The rewrite of this module and the expected bikeshedding will be done during the review-process in the PR. The PR will also include:
The text was updated successfully, but these errors were encountered: