Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

nephelaiio/ansible-role-unifi-controller

Repository files navigation

nephelaiio.unifi-controller

Build Status Ansible Galaxy

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

About

An ansible role to install and configure Unifi Controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages