mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Fix doc indentation
This commit is contained in:
parent
74a23f50e4
commit
fa8b07e452
1 changed files with 7 additions and 7 deletions
|
@ -624,14 +624,14 @@ Example ssh config file (~/.ssh/config)
|
||||||
Example Ansible inventory file
|
Example Ansible inventory file
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
[junos]
|
[junos]
|
||||||
junos
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue