13 lines
182 B
YAML
13 lines
182 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure InfluxDB is installed
|
||
|
hosts: influx
|
||
|
become: true
|
||
|
vars:
|
||
|
influxdb_install_version: stable
|
||
|
|
||
|
roles:
|
||
|
#- luther38.influxdb
|
||
|
- ansible-role-influxdb
|
||
|
|