Skip to content

KuguHome/ansible-lora-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This role installs https://www.chirpstack.io/. It is based upon https://github.com/brocaar/loraserver-setup, but pulls all parts into one one role instead of having several roles in parallel. Be aware that the access to the MQTT topics is configured in the Mosquitto module, if something changes around the MQTT topics check the mosquitto__auth_users section

roles:
- role: lora-server
  lora_appserver_public_host: "{{kugu_appserver_domain}}"
  lora_mqttserver: "tcp://{{ vms.mosquitto.private_ip }}:1883"

Uninstall LoRa from machine:

roles:
- role: lora-server
  lora_uninstall: yes
  lora_networkserver_use: no
  lora_appserver_use: no
  lora_postgresql_use: no

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published