initial ansible code
This commit is contained in:
13
roles/nextcloud/tasks/main.yml
Normal file
13
roles/nextcloud/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Configure rclone
|
||||
import_tasks: rclone.yml
|
||||
|
||||
- name: Configure dependencies
|
||||
import_tasks: dependencies.yml
|
||||
|
||||
- name: Check nextcloud
|
||||
import_tasks: nextcloud.yml
|
||||
|
||||
- name: Configure nextcloud
|
||||
import_tasks: configure.yml
|
||||
Reference in New Issue
Block a user