unifi_controller_rhel/README.md

49 lines
1.4 KiB
Markdown
Raw Normal View History

UniFi Controller for RedHat/Centos/etc
======================================
2014-05-27 01:21:46 +00:00
Ansible Galaxy role for installing UniFi Controller software for Ubiquiti Access Points on RHEL 6.
2014-05-27 01:33:22 +00:00
Forked from https://github.com/fukawi2/unifi-controller-rhel and modified to be an includable role via Galaxy instead of a playbook.
2014-05-27 01:33:22 +00:00
Requirements
------------
2014-05-27 01:33:22 +00:00
- You need the [EPEL Repository](https://fedoraproject.org/wiki/EPEL) from Fedora Project enabled to be able to install the requirements (MongoDB etc)
- Ubiquiti's license does not allow redistribution of the software ZIP, so you must manually download the ZIP of the UniFi Controller software from the [Ubiquiti website](https://www.ubnt.com/download/unifi/) and save it to `files/UniFi.unix.zip`. The most recent tested version is "UniFi v5.0.6 Zip for DIY Unix/Linux" from 2016-06-01.
2014-05-27 01:33:22 +00:00
Role Variables
--------------
2014-05-27 01:33:22 +00:00
- **unifi_controller_rhel.ntp_server** (optional) sets your preferred NTP server for the UniFi APs to use
2014-05-27 01:33:22 +00:00
Dependencies
------------
2014-05-27 01:33:22 +00:00
n/a
2014-05-27 01:33:22 +00:00
Example Playbook
----------------
2014-05-27 01:33:22 +00:00
- hosts: your_unifi_controllers
sudo: yes
roles:
- zyphlar.unifi_controller_rhel
License
-------
BSD
Support
-------
2014-05-27 01:33:22 +00:00
There is none. Tested on CentOS 6 x86_64. Not tested on animals.
Your results may vary. Discontinue use and see a doctor if rash occurs.
Author Information
------------------
- [fukawi2](https://github.com/fukawi2) (Original)
- [zyphlar](https://github.com/zyphlar) (Ansible Galaxy version)