add ansible roles
This commit is contained in:
24
nextcloud/tasks/main.yml
Normal file
24
nextcloud/tasks/main.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
- name: Install LAMP stack dependencies
|
||||
include_tasks:
|
||||
file: dependencies.yml
|
||||
|
||||
- name: Configure Apache.
|
||||
include_tasks:
|
||||
file: apache.yml
|
||||
|
||||
- name: Configure PHP.
|
||||
include_tasks:
|
||||
file: php.yml
|
||||
|
||||
- name: Configure MySQL.
|
||||
include_tasks:
|
||||
file: mysql.yml
|
||||
|
||||
- name: Create occ helper script.
|
||||
include_tasks:
|
||||
file: occ.yml
|
||||
|
||||
- name: Download Nextcloud.
|
||||
include_tasks:
|
||||
file: nextcloud.yml
|
||||
Reference in New Issue
Block a user