The *vmagent* role installs and configures the scraping and routing agent used in the Victoria Metrics ecosystem.
12 lines
226 B
YAML
12 lines
226 B
YAML
- name: ensure vmagent systemd unit is installed
|
|
copy:
|
|
src: vmagent.service
|
|
dest: /etc/systemd/system/vmagent.service
|
|
mode: '0644'
|
|
notify:
|
|
- reload systemd
|
|
- restart vmagent
|
|
tags:
|
|
- service
|
|
- systemd
|