chore: remove completely unifi
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
---
|
||||
|
||||
openwrt_hosts:
|
||||
- name: enbarr.dmz.mateu.be
|
||||
address: 10.233.212.50
|
||||
|
||||
mikrotik_unitary_scripts:
|
||||
- mikrotikcpu_
|
||||
- mikrotikmemory_
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
1
site.yml
1
site.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user