Chapter 12, Ansible Windows Modules
- Which of the following two modules can be used on both a Windows and Linux host: setup, or file?
The setup
module
- True or false: You can use SSH to access your Windows target.
False
- Explain the type of interface WinRM uses.
WinRM uses a SOAP interface rather than an interactive shell
- Which Python module do you need to install to be able to interact with WinRM on macOS and Linux?
The pywinrm
module
- True or false: You can have a separate task to install Chocolatey before you use the
win_chocolatey
module.
False