13 lines
312 B
YAML
13 lines
312 B
YAML
- name: Execute test
|
|
hosts: alpha-control-plane
|
|
become: true
|
|
vars_files:
|
|
- ../secrets.yaml
|
|
roles:
|
|
- role: ericomeehan.localai
|
|
vars:
|
|
localai_disable_webui: "true"
|
|
localai_watchdog_idle: "true"
|
|
localai_watchdog_idle_timeout: "1m"
|
|
localai_watchdog_busy: "true"
|