mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix CI failure
This commit is contained in:
parent
8d8d4b3d86
commit
74a23f50e4
1 changed files with 7 additions and 7 deletions
|
@ -615,7 +615,7 @@ Example ssh config file (~/.ssh/config)
|
|||
|
||||
.. code-block:: ini
|
||||
|
||||
Host junoshost
|
||||
Host junos
|
||||
HostName junos01
|
||||
User myuser
|
||||
|
||||
|
@ -625,13 +625,13 @@ Example Ansible inventory file
|
|||
|
||||
.. code-block:: ini
|
||||
[junos]
|
||||
junoshost
|
||||
junos
|
||||
|
||||
[junos:vars]
|
||||
ansible_connection=netconf
|
||||
ansible_network_os=junos
|
||||
ansible_user=myuser
|
||||
ansible_ssh_pass=!vault...
|
||||
[junos:vars]
|
||||
ansible_connection=netconf
|
||||
ansible_network_os=junos
|
||||
ansible_user=myuser
|
||||
ansible_ssh_pass=!vault...
|
||||
|
||||
.. note:: Using ``ProxyCommand`` with passwords via variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue