Skip to content

Commit

Permalink
adjust hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Apr 15, 2021
1 parent 3b7c139 commit 5e41b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ansible/plugins/doc_fragments/connection_paramiko.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ class ModuleDocFragment(object):
remote_addr:
description:
- Address of the remote target
default: '{{inventory_hostname}}'
vars:
- name: inventory_hostname
- name: ansible_host
- name: ansible_ssh_host
- name: ansible_paramiko_host
- name: delegated_vars['ansible_host']
- name: delegated_vars['ansible_ssh_host']
- name: delegated_vars['ansible_paramiko_host']
remote_user:
description:
- User to login/authenticate as
Expand Down

0 comments on commit 5e41b0f

Please sign in to comment.