mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2024-05-15 15:01
This commit is contained in:
9
roles/jmeter-server/tasks/conf.yml
Normal file
9
roles/jmeter-server/tasks/conf.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Deploy configuration
|
||||
template: src={{ item.src }} dest={ item.dest }}
|
||||
loop:
|
||||
- src: log4j2.xml.j2
|
||||
dest: "{{ jmeter_root_dir }}/bin/log4j2.xml"
|
||||
notify: restart jmeter-server
|
||||
tags: jmeter
|
Reference in New Issue
Block a user