The controller
role handles the installation and configuration of the BlueChi Controller
When installing on RHEL, the machine should already be subscribed using the subscription-manager
.
In addition, make sure to enable the Subscription-Manager Repository:
subscription-manager config --rhsm.manage_repos=1
Comma separated list of the names of the bluechi-agents
allowed to the connected to this bluechi-controller
- name: Setup BlueChi Controller
hosts: bluechi_controller
become: true
roles:
- name: controller
controller_allowed_nodes: "controller,node1,node2"