influxdb: Fix listen addr and data directory path

This commit is contained in:
Timo Makinen 2022-10-29 16:31:15 +00:00
parent b128852405
commit 6bc466e191
3 changed files with 6 additions and 9 deletions

View file

@ -42,10 +42,10 @@
group: "{{ ansible_wheel }}"
follow: false
- name: create config
- name: create config.toml
ansible.builtin.copy:
dest: /etc/default/influxdb
src: influxdb.sysconfig
dest: /etc/influxdb/config.toml
src: config.toml
mode: 0644
owner: root
group: "{{ ansible_wheel }}"