added basic structure for main deploy and wrote first itteration for code->nc connector
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user