influxdb: Fix listen addr and data directory path
This commit is contained in:
parent
b128852405
commit
6bc466e191
3 changed files with 6 additions and 9 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue