What is the proper command to execute a playbook using Ansible?
- ansible-playbook Confi gureInterface.yaml
- ansible Confi gureInterface.yaml
- play ansible-book Confi gureInterface.yaml
- play ansible-book Confi gureInterface.taml
Explanation: ansible-playbook FileName.yaml is the correct command to execute a playbook. Playbooks are built from Yet Another Markup Language (YAML) files. TAML files do not exist.
Exam with this question: CCNPv8 ENCOR Chapter 29: Do I Know This Already? Quiz Answers
Please login or Register to submit your answer