aboutsummaryrefslogtreecommitdiffstats
path: root/roles/unifi/README.md
blob: 18e128a8d059ea71fea72a8eb931add2af3edf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Unifi
=====

Description
-----------

The `unifi` role installs the [UniFi](https://www.ui.com/wi-fi) controller, a
web application used to manage Ubiquiti's UniFi line of wireless access points.

This role currently requires Rocky Linux 8 due to unavailability of packages
in EPEL 9.


Variables
---------

This role does not accept any variables.

This role **exports** the following variables:

Variable              | Description
----------------------|------------
`unifi_archive_shell` | Shell command to backup UniFi configuration data

Usage
-----

Example playbook:

````yaml
- name: configure unifi controller
  hosts: unifi_controllers
  roles:
    - role: unifi
````