medium
Single Answer
0

Which Ansible tool will allow you to try commands against a host without making a Playbook?

Answer Options

A

Knife interface

B

ansible_playbook command

C

Ad hoc interface

D

Ansible Tower

Correct Answer: C

Explanation

The Ad hoc interface allows you to try commands against a host without making a Playbook. The Knife interface is a command-line interface (CLI) for the Chef configuration management utility. The ansible_playbook command is used to execute an Ansible playbook. Ansible Tower is a paid version of Ansible supported by Red Hat that adds central management.

ansible
ad-hoc
playbooks
testing