commit 7d4582bd6311b3c9931187f3c7f53f39157a902c parent 02c7ca28ae2e155f1dd4bbc915eaf60e366f63f4 Author: Dionysis Grigoropoulos <dgrig@erethon.com> Date: Tue, 29 Oct 2019 00:50:10 +0200 ansible: Delete unused group vars Diffstat:
ansible/inventory/group_vars/influxdb/all.yml | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/ansible/inventory/group_vars/influxdb/all.yml b/ansible/inventory/group_vars/influxdb/all.yml @@ -1,9 +0,0 @@ ---- - -influxdb__name: 'influx-collectd' -influxdb__volume: '/data/volumes/influxdb' -influxdb__collectd_db: 'collectd0' -influxdb__admin_user: '{{ lookup("password", secret + "/credentials/influxdb/admin_user") }}' -influxdb__admin_password: '{{ lookup("password", secret + "/credentials/influxdb/admin_password") }}' -influxdb__user: '{{ lookup("password", secret + "/credentials/influxdb/user") }}' -influxdb__user_password: '{{ lookup("password", secret + "/credentials/influxdb/user_password") }}'