initial ansible code
This commit is contained in:
15
roles/webserver/tasks/main.yml
Normal file
15
roles/webserver/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Mount Volume
|
||||
import_tasks: volume.yml
|
||||
|
||||
- name: Configure Rclone
|
||||
import_tasks: rclone.yml
|
||||
|
||||
- name: Configure Nginx
|
||||
import_tasks: nginx.yml
|
||||
|
||||
- name: Configure PHP
|
||||
import_tasks: php.yml
|
||||
|
||||
- name: Flush handlers befor continue
|
||||
meta: flush_handlers
|
||||
Reference in New Issue
Block a user