JNCIA-DevOps: Juniper Networks Certified Associate – Automation and DevOps — Question 18
Your manager wants you to use Ansible to upgrade your Junos devices to the current JTAC supported release.
Which two modules would you use to accomplish this task? (Choose two.)
Answer options
- A. junos_package
- B. junos_config
- C. juniper_junos_system
- D. juniper_junos_software
Correct answer: A, D
Explanation
The correct choices are A and D because the junos_package module is designed specifically for managing software packages on Junos devices, while the juniper_junos_software module can facilitate software upgrades. The junos_config module is for configuring device settings, and the juniper_junos_system module focuses on system-level configurations, making them unsuitable for software upgrades.