feat(sharkey): add ansible role for deployment
This commit is contained in:
12
roles/sharkey/tasks/main.yml
Normal file
12
roles/sharkey/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Check role prerequisites
|
||||
ansible.builtin.include_tasks:
|
||||
file: check.yml
|
||||
|
||||
- name: Run common configuration tasks
|
||||
ansible.builtin.include_tasks:
|
||||
file: configure.yml
|
||||
|
||||
- name: Deploy using {{ sharkey_deployment_method }}
|
||||
ansible.builtin.include_tasks:
|
||||
file: "deploy-{{ sharkey_deployment_method }}.yml"
|
Reference in New Issue
Block a user