in Ansible by (909 points)
What is controller node & managed host in Ansible?

1 Answer

0 votes
by (13.9k points)

Controller node is where Ansible is installed or in simple terms from where play, playbooks & roles can be executed/run. Managed hosts are those, on which Ansible controller node run tasks. 

Related questions

0 votes
asked Aug 24, 2019 in Ansible by rahulsharma (909 points)
...