Skip to content

Commit

Permalink
fix(agent): pass agent2_server vars as agent_server (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 1, 2024
1 parent 764d020 commit 738ebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/agent/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
zabbix_agent_dont_detect_ip: true
zabbix_agent2_allow_key: "{{ ( __radiorabe_zabbix_agent_allow_key + radiorabe_zabbix_agent_extra_allow_key ) | unique }}"
# environment specific
zabbix_agent2_server: "{{ radiorabe_zabbix_agent_server }}"
zabbix_agent2_serveractive: "{{ radiorabe_zabbix_agent_serveractive }}"
zabbix_agent_server: "{{ radiorabe_zabbix_agent_server }}"
zabbix_agent_serveractive: "{{ radiorabe_zabbix_agent_serveractive }}"
# tls
zabbix_agent2_tlsaccept: "{{ _radiorabe_zabbix_agent_zabbix_agent_tls }}"
zabbix_agent2_tlsconnect: "{{ _radiorabe_zabbix_agent_zabbix_agent_tls }}"
Expand Down

0 comments on commit 738ebaf

Please sign in to comment.