tgagor / ansible-role-rpi-unifi

Installs Ubiquiti's Unifi software on Raspberry Pi

Repository from Github https://github.comtgagor/ansible-role-rpi-unifiRepository from Github https://github.comtgagor/ansible-role-rpi-unifi

Ansible role for Unifi on Raspbian

This role will install Ubiquiti's Unifi software on Raspberry Pi/Raspbian.

Molecule Test Ansible Galaxy

Supported systems

  • Raspbian
    • 9 (stretch)
    • 10 (buster)
    • 11 (bullseye)

Requirements

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 variables

Role doesn't require any custom variables.

Dependencies

There are no dependencies on other roles.

Example playbook

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

License


See LICENSE

About

Installs Ubiquiti's Unifi software on Raspberry Pi

License:GNU General Public License v3.0


Languages

Language:Makefile 100.0%