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.
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.