17 lines
266 B
YAML
17 lines
266 B
YAML
---
|
|
# tasks file for eom
|
|
- name: Deploy Auth
|
|
include_tasks: auth.yaml
|
|
|
|
- name: Deploy Cloud
|
|
include_tasks: cloud.yaml
|
|
|
|
- name: Deploy Git
|
|
include_tasks: git.yaml
|
|
|
|
- name: Deploy Wiki
|
|
include_tasks: wiki.yaml
|
|
|
|
- name: Deploy Redmine
|
|
include_tasks: org.yaml
|