openwisp / ansible-openwisp2

Ansible role that installs and upgrades OpenWISP.
https://openwisp.io/docs/dev/ansible/
BSD 3-Clause "New" or "Revised" License
474 stars 136 forks source link

Installing openwisp2 on localhost using kali: fatal: [localhost]: FAILED! => {" changed": false, "msg": "Failed, to update apt cache: E: The repository 'https://repos.influxdata.com/kali kali-rolling Release' does not have a Release file."'} #435

Closed gh0str1ddler closed 1 year ago

gh0str1ddler commented 1 year ago

I had this error when install openwisp2. I followed every step. Ansible is installed and up to date. Python is latest version (3.11). I've attached my playbook file and hosts file. I'm trying to install it locally on kali. I went to the repos indicated in the error and found out it doesn't exist and the only supported releases are debian and ubuntu and since kali is a debian linux OS, is there any way to make this update through a debian repo or anything else in order to make opebwisp work???? hosts and playbook.zip

kasraghu commented 1 year ago

Instructions to install deb package are here

You can skip the installation of Influxdb by setting openwisp2_influxdb_install: false role variable

nemesifier commented 1 year ago

Your error is showing that influxdb can't find the following package source:

https://repos.influxdata.com/kali kali-rolling Release

Are you trying to install on kali linux? That distro is not supported. Only Ubuntu and Debian targets.