JNCIA-DevOps: Juniper Networks Certified Associate – Automation and DevOps — Question 11
Ansible code modules are typically written in which language?
Answer options
- A. SLAX
- B. Python
- C. YAML
- D. XML
Correct answer: B
Explanation
The correct answer is B, Python, as Ansible modules are primarily written in this language due to its simplicity and versatility. SLAX, YAML, and XML are not used for writing Ansible modules; SLAX is associated with network automation, YAML is a data serialization format, and XML is another markup language that is not specifically related to Ansible module development.