mirror of https://github.com/ansible/ansible.git
Merge pull request #1505 from dhozac/delegate_to-port
Use default port if ansible_ssh_port is not set for the delegated nodepull/1648/head
commit
4399d9c3cb
@ -1,2 +1,4 @@
|
|||||||
|
other-alias-node.example.com ansible_ssh_host=localhost ansible_ssh_port=28848
|
||||||
|
|
||||||
[aliasgroup]
|
[aliasgroup]
|
||||||
alias-node.example.com ansible_ssh_host=localhost ansible_ssh_port=22
|
alias-node.example.com ansible_ssh_host=localhost
|
||||||
|
Loading…
Reference in New Issue