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

@@ -1,5 +1,9 @@
---
openwrt_hosts:
- name: enbarr.dmz.mateu.be
address: 10.233.212.50
mikrotik_unitary_scripts:
- mikrotikcpu_
- mikrotikmemory_

View File

@@ -66,7 +66,7 @@ borg_client:
- /srv/docker/m.nintendojo.fr/public
93b2685c-9087-4e52-a66f-bf44bfc4a13a.pub.instances.scw.cloud:
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
scootaloo_min_refresh_interval: 10
scootaloo_min_refresh_interval: 20
borg_backup_path:
- /srv
- /home
@@ -240,10 +240,6 @@ fedinupesservers:
93b2685c-9087-4e52-a66f-bf44bfc4a13a.pub.instances.scw.cloud:
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
unifiservers:
hosts:
unifi.dmz.mateu.be:
ftpservers:
hosts:
ftp.dmz.mateu.be:

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

View File

@@ -20,6 +20,5 @@
- import_playbook: mumble.yml
- import_playbook: icecast2.yml
- import_playbook: munin.yml
- import_playbook: unifi.yml
- import_playbook: ftp.yml
- import_playbook: garage.yml

View File

@@ -1,6 +0,0 @@
---
- hosts: unifiservers
diff: true
roles:
- unifi