2023-02-07 09:04:38 +01:00
|
|
|
---
|
|
|
|
|
2024-04-14 19:56:19 +02:00
|
|
|
- name: Install Nextcloud
|
|
|
|
ansible.builtin.import_tasks: install.yml
|
2023-02-07 09:04:38 +01:00
|
|
|
tags:
|
|
|
|
- "role::nextcloud"
|
|
|
|
- "role::nextcloud:install"
|
|
|
|
|
2024-04-14 19:56:19 +02:00
|
|
|
- name: Configure Nextcloud
|
|
|
|
ansible.builtin.import_tasks: config.yml
|
2023-02-07 09:04:38 +01:00
|
|
|
tags:
|
|
|
|
- "role::nextcloud"
|
|
|
|
- "role::nextcloud:config"
|