|
|
|
|
@ -615,7 +615,7 @@ Example ssh config file (~/.ssh/config)
|
|
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
|
|
Host junoshost
|
|
|
|
|
Host junos
|
|
|
|
|
HostName junos01
|
|
|
|
|
User myuser
|
|
|
|
|
|
|
|
|
|
@ -625,7 +625,7 @@ Example Ansible inventory file
|
|
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
[junos]
|
|
|
|
|
junoshost
|
|
|
|
|
junos
|
|
|
|
|
|
|
|
|
|
[junos:vars]
|
|
|
|
|
ansible_connection=netconf
|
|
|
|
|
|