The agent
role handles the installation and configuration of the BlueChi Agent
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
Name of the bluechi-agent
as listed in the AllowedNodeNames
list of the bluechi-controller
Host Address of the bluechi-controller
the agent should connect to.
Used to set ManagerHost
.
Port number of the bluechi-controller
the agent should connect to
Used to set ManagerPort
.
SD Bus address of the bluechi-controller
the agent should connect to
Used to set ManagerAddress
- name: Setup Agents
hosts: bluechi_agents
become: true
roles:
- name: agent
agent_controller_host: 172.16.0.5