This role will install Ubiquiti's Unifi software on Raspberry Pi/Raspbian.
- Raspbian
- 9 (stretch)
- 10 (buster)
- 11 (bullseye)
Unifi software requires mongodb
package which is no longer provided on Bullseye, to get over that problem I'm installing package from Stretch repo.
Role doesn't require any custom variables.
There are no dependencies on other roles.
Just add to you playbook, to install it on localhost
:
- hosts: localhost
connection: local
gather_facts: true
become: yes
tasks:
- name: Install Unifi
include_role:
name: tgagor.rpi_unifi
See LICENSE