Dave Bell 79c7540fa7 Merge commit '4430658932762ead3661231492b8074f144ea4b6' into influxdb-php
Conflicts:
	lib/influxdb-php/.gitignore
	lib/influxdb-php/README.md
2016-03-29 23:06:15 +01:00

11 lines
161 B
YAML

---
- hosts: all
sudo: yes
vars:
influxdb_udp_enabled: "true"
influxdb_udp_bind_address: "0.0.0.0:8090"
roles:
- { role: mtchavez.influxdb }