feat: remove z-push

This commit is contained in:
VC
2024-07-05 11:53:26 +02:00
parent e2bad56e59
commit 44ca53b2ad
4 changed files with 1 additions and 79 deletions

View File

@@ -3,9 +3,6 @@
- name: include ttrss for web1
include_tasks: ttrss.yml
when: inventory_hostname == 'web1.dmz.mateu.be'
- name: include z-push
include_tasks: z-push.yml
when: inventory_hostname == 'web1.dmz.mateu.be'
- name: include matomo for web2
include_tasks: matomo.yml
when: inventory_hostname == 'web2.dmz.mateu.be'
@@ -20,4 +17,4 @@
when: inventory_hostname == 'ror1.dmz.mateu.be'
- name: tootctl for mastodon
include_tasks: tootctl.yml
when: inventory_hostname == 'ror1.dmz.mateu.be'
when: inventory_hostname in groups['rorservers']

View File

@@ -1,32 +0,0 @@
---
- name: install z-push repokey
apt_key:
url: https://download.kopano.io/zhub/z-push%3A/final/Debian_11/Release.key
state: present
- name: install z-push repo
apt_repository:
repo: deb https://download.kopano.io/zhub/z-push:/final/Debian_11/ /
state: present
- name: install z-push packages
package:
name: "{{ item }}"
state: present
loop:
- z-push-autodiscover
- z-push-backend-caldav
- z-push-backend-carddav
- z-push-backend-combined
- z-push-backend-imap
- z-push-common
- z-push-ipc-sharedmemory
- z-push-state-sql
- name: log directory
file:
path: /var/log/z-push/
owner: www-data
group: www-data
state: directory