unifi_controller
nephelaiio.unifi-controller
An ansible role to install and configure Ubiquiti Unifi Controller
Role Variables
Please refer to the defaults file for an up to date list of input parameters
Example Playbook
Unifi installation on regular x86_64 hardware
- hosts: unifi
roles:
- role: unifi-controller
Unifi installation on raspberry pi 3
- hosts: unifi
roles:
- role: unifi-controller
vars:
unifi_java_packages: openjdk-8-jre-headless
unifi_java_home: /usr/lib/jvm/java-8-openjdk-armhf/jre
Testing
Please make sure your environment has docker installed in order to run role validation tests. Additional python dependencies are listed in the requirements file
Role is tested against the following distributions (docker images):
- Ubuntu Focal
- Ubuntu Bionic
You can test the role directly from sources using command molecule test
License
This project is licensed under the terms of the MIT License
Install
ansible-galaxy install nephelaiio/ansible-role-unifi-controller
License
mit
Downloads
1597
Owner