chore: remove completely unifi
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
@@ -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
|
Reference in New Issue
Block a user