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

1 Answer

0 votes
by (13.1k 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

...