cosmostat active host inventory file api

This commit is contained in:
2026-04-04 17:47:32 -07:00
parent be95ab7593
commit a89703c420
26 changed files with 1243 additions and 261 deletions

View File

@ -13,12 +13,11 @@
# set up API
- name: Build API
# when: false
include_tasks: api.yaml
# set up web stack
- name: Build Web Dashboard
when: not disable_local_api
when: not disable_local_dashboard | bool
include_tasks: web.yaml
...