Cosmostat Init Commit
This commit is contained in:
17
tasks/main.yaml
Normal file
17
tasks/main.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
# initializa environment
|
||||
|
||||
# set up API
|
||||
|
||||
# set up web stack
|
||||
|
||||
- name: Initialize Environment
|
||||
when: not quick_refresh | bool
|
||||
include_tasks: init.yaml
|
||||
|
||||
- name: Build API
|
||||
include_tasks: api.yaml
|
||||
|
||||
- name: Build Web Dashboard
|
||||
include_tasks: web.yaml
|
||||
...
|
||||
Reference in New Issue
Block a user