Skip to content
Snippets Groups Projects
Commit 46f6f706 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent fde5965e
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@
template:
src: zabbix_agentd.conf
dest: /etc/zabbix/zabbix_agentd.conf
notify: "Restart Zabbix Agent"
notify:
- Restart Zabbix Agent
- name: Copy TLS PSK File
copy:
......@@ -15,11 +16,13 @@
group: root
mode: 0600
when: zabbix_tls_psk_file != ''
notify: "Restart Zabbix Agent"
notify:
- Restart Zabbix Agent
- name: Agent User Config
template:
src: userparameter.conf
dest: /etc/zabbix/zabbix_agentd.d/userparameter_{{ item }}.conf
with_items: '{{ zabbix_agent_userparameter }}'
notify: "Restart Zabbix Agent"
notify:
- Restart Zabbix Agent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment