DevOps Tools Engineer (LPIC-OT 701) — Question 42
Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)
Answer options
- A. A Vagrant guest configuration file that is used to create instances of the box.
- B. Configuration files for provisioners such as Ansible.
- C. The installer for the Vagrant version which is required to run the box.
- D. A metadata file describing the box and its requirements.
- E. A base file system image in a format supported by the provider of the box.
Correct answer: B, D
Explanation
The correct answers are B and D. Option B is correct because provisioner configuration files, such as those for Ansible, are included in a Vagrant box file. Option D is also correct as the metadata file provides essential information about the box and its requirements. Options A, C, and E are incorrect because they do not accurately represent the components typically found within a Vagrant box file.