Add installation for UniFi Network Controller

This commit is contained in:
2021-04-04 02:26:54 -04:00
parent 3e943686ed
commit 4ca3e71e96
7 changed files with 104 additions and 0 deletions

6
dev/host_vars/unifi.yml Normal file
View File

@@ -0,0 +1,6 @@
# base
allow_reboot: false
manage_network: false
# UniFi version
unifi_version: 6.1.71

22
dev/unifi.yml Normal file
View File

@@ -0,0 +1,22 @@
# Copyright (C) 2021 Kris Lamoureux
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
- name: Install UniFi Network Controller
hosts: all
become: true
vars_files:
- host_vars/unifi.yml
roles:
- base
- unifi