mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Fix doc indentation
This commit is contained in:
@@ -624,14 +624,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user