Skip to content

Commit

Permalink
Agent - adjust configuration keys to new values
Browse files Browse the repository at this point in the history
Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum committed Jan 29, 2024
1 parent d0b753b commit fe9f24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/agent/templates/agent.conf.j2
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bluechi-agent]
NodeName={{ agent_node_name | default(inventory_hostname) }}
{%if agent_controller_address is defined %}
ManagerAddress={{ agent_controller_address }}
ControllerAddress={{ agent_controller_address }}
{%endif%}
{%if agent_controller_host is defined %}
ManagerHost={{ agent_controller_host }}
ControllerHost={{ agent_controller_host }}
{%endif%}
{%if agent_controller_port is defined %}
ManagerPort={{ agent_controller_port }}
ControllerPort={{ agent_controller_port }}
{%endif%}

0 comments on commit fe9f24e

Please sign in to comment.