Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.05 KB

File metadata and controls

46 lines (30 loc) · 1.05 KB

eclipse_bluechi.bluechi.agent role

The agent role handles the installation and configuration of the BlueChi Agent

Requirements

Installing on RHEL

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

Role Variables

agent_node_name

Name of the bluechi-agent as listed in the AllowedNodeNames list of the bluechi-controller

agent_controller_host

Host Address of the bluechi-controller the agent should connect to. Used to set ManagerHost.

agent_controller_port

Port number of the bluechi-controller the agent should connect to Used to set ManagerPort.

agent_controller_address

SD Bus address of the bluechi-controller the agent should connect to Used to set ManagerAddress

Example Playbook

- name: Setup Agents
  hosts: bluechi_agents
  become: true
  roles:
  - name: agent
    agent_controller_host: 172.16.0.5