Ajout d’UniFi, modif spamassassin, amélioration MariaDB, création de Rhea

This commit is contained in:
VC
2020-12-21 19:07:14 +01:00
parent 944155b016
commit 727b035068
8 changed files with 33 additions and 44 deletions

View File

@@ -0,0 +1,15 @@
- name: Add APT Key for Unifi
apt_key:
url: https://dl.ui.com/unifi/unifi-repo.gpg
state: present
- 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