Skip to content

Commit

Permalink
fix(agent): activate tls for psk mode (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 1, 2024
1 parent d4de2f2 commit 5a4690f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/agent/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
# environment specific
zabbix_agent_server: "{{ radiorabe_zabbix_agent_server }}"
zabbix_agent_serveractive: "{{ radiorabe_zabbix_agent_serveractive }}"
# psk
zabbix_agent_tlsaccept: "{{ _radiorabe_zabbix_agent_zabbix_agent_tls }}"
zabbix_agent_tlsconnect: "{{ _radiorabe_zabbix_agent_zabbix_agent_tls }}"
ansible.builtin.include_role:
name: "{{ _radiorabe_zabbix_agent_zabbix_agent_rolename }}"
when: _radiorabe_zabbix_agent_zabbix_agent_tls == "psk"
Expand Down

0 comments on commit 5a4690f

Please sign in to comment.