Explanation:
The become: yes option in an Ansible playbook tells Ansible to execute the task with escalated privileges, typically using the "sudo" or "su" command.
Explanation:
You can use the ansible-playbook command to run an Ansible playbook named install.yaml.
Explanation:
Ansible playbooks can be used as the basis for a simple yet powerful configuration management and multi-machine deployment system, making it well-suited for deploying complex applications. This statement is true.
Explanation:
Ansible playbooks are often written in the YAML language.
Explanation:
Ansible playbooks are written in YAML format by default. YAML stands for "YAML Ain't Markup Language" and is a human-readable data serialization language. It is often used for configuration files, and Ansible uses it as a default format for its playbooks.