Login
Remember
Register
Ask a Question
What protocol Ansible controller node use to run tasks on managed host?
0
votes
asked
Aug 24, 2019
in
Ansible
by
rahulsharma
What protocol Ansible controller node use to run tasks on managed host?
#ansible
#ansible-tutorial
#ansible-modules
#ansible-galaxy
#ansible-playbook
#ansible-windows
#ansible-documentation
#ansible-copy
#ansible-debug
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 24, 2019
by
john ganales
Ansible controller node use OpenSSH or SSH protocol to send tasks to managed hosts. It uses default port 22 to connect managed hosts, which can be configured in ansible.cfg.
...