ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 312 - DOP-C01 discussion

Report
Export

When Ansible's connection state is set to `remote', what method of communication does Ansible utilize to run commands on the remote target host?

A.
SSH
Answers
A.
SSH
B.
RSH
Answers
B.
RSH
C.
PSExec
Answers
C.
PSExec
D.
API call to Ansible client on host
Answers
D.
API call to Ansible client on host
Suggested answer: A

Explanation:

Ansible does not require a client/server architecture and makes all remote connections over SSH. Ansible utilizes the Paramiko Python libraries for SSH when the native system OpenSSH libraries do not meet the requirements. Also note, Ansible does require Python be installed on the target host. When the target host is Windows, it uses WinRS Reference: http://docs.ansible.com/ansible/intro_getting_started.html#remote-connection-information

asked 16/09/2024
Nikhil George
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first