Control Node

In Ansible, we always have two scopes:

  1. Control node (is a machine, you run Ansible from it)

  2. Target machine

As we said before, OpenEDX native installation uses Ansible for provisioning and deploying OpenEDX dependencies and components. The deployment node (control node) is where we make the deployments from.

Last updated