mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Minor changes
This commit is contained in:
parent
d1ff8e2dca
commit
c43beef258
3 changed files with 9 additions and 10 deletions
|
@ -627,14 +627,14 @@ Example ssh config file (~/.ssh/config)
|
|||
Example Ansible inventory file
|
||||
|
||||
.. code-block:: ini
|
||||
[junos]
|
||||
junos
|
||||
[junos]
|
||||
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…
Add table
Add a link
Reference in a new issue