Files
configpolicy/roles/vmagent/tasks/install.yml
Dustin C. Hatch 60505657f3 r/vmagent: Deploy vmagent
The *vmagent* role installs and configures the scraping and routing
agent used in the Victoria Metrics ecosystem.
2022-08-10 22:18:43 -05:00

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