Add telegraf to ansible
This commit is contained in:
parent
565509a5a9
commit
90064091ea
8 changed files with 81 additions and 2 deletions
_ansible/roles/influxdb/vars
|
@ -63,7 +63,7 @@ svc_yml:
|
|||
|
||||
compose:
|
||||
watchtower: false
|
||||
image: influxdb
|
||||
image: influxdb:2
|
||||
volumes:
|
||||
- ./influxdb.yml:/etc/influxdb2/config.yml
|
||||
- data:{{ svc.data_dir }}
|
||||
|
|
Reference in a new issue