Solved

Ansible Supports Running Playbook on the Host Directly or Via

Question 96

Multiple Choice

Ansible supports running Playbook on the host directly or via SSH. How can Ansible be told to run its playbooks directly on the host?


A) Setting 'connection: local' in the tasks that run locally.
B) Specifying '-type local' on the command line.
C) It does not need to be specified; it is the default.
D) Setting 'connection: local' in the Playbook.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions