added basic structure for main deploy and wrote first itteration for code->nc connector

This commit is contained in:
Ebbe Baß
2026-07-14 14:01:56 +02:00
parent 16ff281811
commit 126fd42a60
3 changed files with 79 additions and 0 deletions
@@ -1,4 +1,25 @@
- name: Deploy hardened Nextcloud
hosts: nextcloud
tags: dp-hnc
tasks:
- ansible.builtin.include: deploy_hardened_nextcloud.yml
- name: Deploy Collabora CODE
hosts: collabora_code
tags: dp-code
tasks:
- ansible.builtin.include: deploy_collabora_code.yml
- name: Connect Nextcloud and Collabora CODE
hosts: nc2code
tags: nc2code
tasks:
- ansible.builtin.include: connect_nextcloud_collabora.yml
- name: Connect Nextcloud to OpenExchange
hosts: nc2ex
tags: nc2ex
tasks:
- ansible.builtin.include: connect_nextcloud_openexchange.yml
# This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de