Add installation for UniFi Network Controller
This commit is contained in:
6
dev/host_vars/unifi.yml
Normal file
6
dev/host_vars/unifi.yml
Normal 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
22
dev/unifi.yml
Normal 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
|
Reference in New Issue
Block a user