25 lines
636 B
YAML
25 lines
636 B
YAML
- 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 |