Add FreeBSD support
This commit is contained in:
parent
39045ed5a0
commit
22dd9bfb3d
6 changed files with 60 additions and 21 deletions
|
@ -6,23 +6,6 @@
|
|||
name: ssh
|
||||
state: restarted
|
||||
|
||||
- name: Enable telegraf
|
||||
service:
|
||||
name: telegraf
|
||||
enabled: yes
|
||||
|
||||
- name: Restart telegraf
|
||||
service:
|
||||
name: telegraf
|
||||
state: restarted
|
||||
|
||||
- name: Enable and restart telegraf
|
||||
become: yes
|
||||
service:
|
||||
name: telegraf
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
- name: Enable caddy
|
||||
service:
|
||||
name: caddy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue