|
|
@ -615,7 +615,7 @@ Example ssh config file (~/.ssh/config)
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
|
|
|
|
Host junoshost
|
|
|
|
Host junos
|
|
|
|
HostName junos01
|
|
|
|
HostName junos01
|
|
|
|
User myuser
|
|
|
|
User myuser
|
|
|
|
|
|
|
|
|
|
|
@ -625,13 +625,13 @@ Example Ansible inventory file
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
.. code-block:: ini
|
|
|
|
[junos]
|
|
|
|
[junos]
|
|
|
|
junoshost
|
|
|
|
junos
|
|
|
|
|
|
|
|
|
|
|
|
[junos:vars]
|
|
|
|
[junos:vars]
|
|
|
|
ansible_connection=netconf
|
|
|
|
ansible_connection=netconf
|
|
|
|
ansible_network_os=junos
|
|
|
|
ansible_network_os=junos
|
|
|
|
ansible_user=myuser
|
|
|
|
ansible_user=myuser
|
|
|
|
ansible_ssh_pass=!vault...
|
|
|
|
ansible_ssh_pass=!vault...
|
|
|
|
|
|
|
|
|
|
|
|
.. note:: Using ``ProxyCommand`` with passwords via variables
|
|
|
|
.. note:: Using ``ProxyCommand`` with passwords via variables
|
|
|
|
|
|
|
|
|
|
|
|