mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
27d90e9003
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ EXAMPLES = '''
|
||||||
# add a host alias that we reach through a tunnel
|
# add a host alias that we reach through a tunnel
|
||||||
- add_host: hostname=${new_ip}
|
- add_host: hostname=${new_ip}
|
||||||
ansible_ssh_host=${inventory_hostname}
|
ansible_ssh_host=${inventory_hostname}
|
||||||
ansible_ssh_port=${new_port}'
|
ansible_ssh_port=${new_port}
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue