Files
a13labs.infra/ansible/roles/gpu_monitoring/molecule/default/converge.yml
T

12 lines
257 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
gather_facts: true
tasks:
- name: Include gpu_monitoring role
ansible.builtin.include_role:
name: "gpu_monitoring"
vars:
amd_exporter_enabled: false
llama_exporter_enabled: false