Questions
- Ansible can communicate with Windows hosts using:
a) SSH
b) WinRM
c) Both of the above
- Ansible can reliably be run from Windows:
a) Natively
b) Using Python for Windows
c) Through Cygwin
d) Through WSL or WSL2
- The
ansible.builtin.file
module can be used to manipulate files on both Linux and Windows hosts:a) True
b) False
- Windows machines can have Ansible automation run on them with no initial setup:
a) True
b) False
- The package manager for Windows is called:
a) Bournville
b) Cadbury
c) Chocolatey
d) RPM
- Ansible modules for Windows run their commands by default using:
a) PowerShell
b)
cmd.exe
c) Bash for Windows
d) WSL
e) Cygwin
- You can run Windows commands directly even if a module with the functionality you need does not exist:
a) True
b) False
- When manipulating files and directories on Windows with Ansible, you should:
a) Use
\
for Windows path references, and/
for files on the Linux hostb) Use
/
for all paths - Special characters in Windows filenames should...