chore: remove completely unifi

This commit is contained in:
VC
2024-07-05 11:53:30 +02:00
parent 5345dee484
commit 6e0bcf25f0
6 changed files with 10 additions and 29 deletions

View File

@@ -106,6 +106,11 @@ includedir /etc/munin/munin-conf.d
address 127.0.0.1
{% endfor %}
{% for host in openwrt_hosts %}
[{{ host.name }}]
address {{ host.address }}
{% endfor %}
#
# A more complex example of a host tree
#

View File

@@ -1,17 +0,0 @@
---
- name: Add APT Key for Unifi
get_url:
url: https://dl.ui.com/unifi/unifi-repo.gpg
dest: /etc/apt/trusted.gpg.d
- name: Add APT Unifi repository
apt_repository:
repo: deb https://www.ui.com/downloads/unifi/debian stable ubiquiti
state: present
filename: unifi
- name: install Unifi
package:
name: unifi
state: present