A customer has a control machine with a default Ansible installation. During execution of an Ansible module against a Junos device, the Ansible control machine generates the
msg: unable to connect to router1.example.com: ConnectRefusedError (router1.example.com) error.
What is the cause for this error?
What are three ways for PyEZ to connect to supported Junos devices? (Choose three)
What are three elements of a JET notification message? (Choose three)
JET notification is delivered in JSON format. The JSON message has two parts, one the header, and other the event-information portion, called attributes. The header is common for all events. It contains the event ID, hostname, time, severity, and facility of the event. The attributes vary depending event's topic name.
You need to reset all Junos systems in your lab to their factory-default state and then push a new configuration to the device.
Which two Ansible modules would your playbook use to accomplish this task? (Choose two)