blob: 5125bda893ca4ec0c1a02d99069cc365bb377821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
- hosts: all
become: True
roles:
- ansible-role-cuda
vars:
- gpu: True
- cuda_restart_node_on_install: False
- cuda_init: True
- cuda_init_restart_service: False
# vim:ft=ansible:
|