This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/tasks/restart_process/restart_telegraf_statistic.yml

12 lines
233 B
YAML
Raw Normal View History

- hosts:
- adc_mcn0
remote_user: root
tasks:
- name: 'telegraf_statistic service start'
systemd:
name: telegraf_statistic
enabled: yes
daemon_reload: yes
state: restarted