mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Merge pull request #17201 from trondhindenes/windows_module_docs
Windows module docs
This commit is contained in:
commit
fcada3e889
1 changed files with 18 additions and 1 deletions
|
@ -246,7 +246,24 @@ What modules are available
|
||||||
``````````````````````````
|
``````````````````````````
|
||||||
|
|
||||||
Most of the Ansible modules in core Ansible are written for a combination of Linux/Unix machines and arbitrary web services, though there are various
|
Most of the Ansible modules in core Ansible are written for a combination of Linux/Unix machines and arbitrary web services, though there are various
|
||||||
Windows modules as listed in the `"windows" subcategory of the Ansible module index <http://docs.ansible.com/list_of_windows_modules.html>`_.
|
Windows-only modules. These are listed in the `"windows" subcategory of the Ansible module index <http://docs.ansible.com/list_of_windows_modules.html>`_.
|
||||||
|
|
||||||
|
In addition, the following core modules work with Windows:
|
||||||
|
assemble
|
||||||
|
fetch
|
||||||
|
raw
|
||||||
|
script
|
||||||
|
slurp
|
||||||
|
template
|
||||||
|
add_host
|
||||||
|
assert
|
||||||
|
debug
|
||||||
|
fail
|
||||||
|
group_by
|
||||||
|
include_vars
|
||||||
|
meta
|
||||||
|
pause
|
||||||
|
set_fact
|
||||||
|
|
||||||
Browse this index to see what is available.
|
Browse this index to see what is available.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue