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

Installation of openwisp2 fails (workaround provided) #460

Closed focher closed 7 months ago

focher commented 7 months ago

In attempting to follow the installation instructions, I encountered errors from missing Stouts.postfix and openwisp.influxdb roles. This caused the playbook to fail.

I was able to workaround the issue by manually installing them.

  1. Create a subfolder in the openwisp2-ansible-playbook folder called "roles".
  2. Switch into the newly created "roles" folder.
  3. Run git clone https://github.com/openwisp/ansible-ow-influxdb
  4. Rename the folder ansible-ow-influxdb" to "openwisp.influxdb
  5. Run git clone https://github.com/Stouts/Stouts.postfix

Then switch back to the openwisp2-ansible-playbook folder and run the playbook per the installation instructions.