An Ansible role that installs and configures a UniFi Controller on Debian-like systems.
UniFi Controller Version | OS | Java | MongoDB |
---|---|---|---|
<7.5 | Debian Stretch | 11 | 3.6 |
7.5+ | Ubuntu 20.04 | 17 | 4.4 |
none
Available variables are listed below, along with default values:
unifi_controller_jvm_xmx: 1024
unifi_release: stable # unifi-7.5
- hosts: gw
roles:
- { role: lifeofguenter.unifi_controller }
MIT, see the LICENSE file for details.