11 lines
200 B
YAML
11 lines
200 B
YAML
|
---
|
||
|
- name: install InfluxDB packages - Debian
|
||
|
become: yes
|
||
|
apt:
|
||
|
name:
|
||
|
- influxdb
|
||
|
- influxdb-client
|
||
|
notify:
|
||
|
- enabled_influxdb_service
|
||
|
- restart_influxd
|