Question

Which connection methods does Ansible use? (Choose two.)
Group of answer choices

SSH

Powershell

Telnet

FTP

Answers

GPT-4o mini
Ansible primarily uses the following connection methods:

1. **SSH** - This is the default connection method for managing Linux/Unix systems.

2. **Powershell** - This is used for managing Windows systems.

So the correct choices are **SSH** and **Powershell**.