summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver/vars/main.yml
blob: 1ce847587912e5c712a9be5ca69c27d5a2ac3bcd (plain) (blame)
1
2
3
4
5
6
7
8
---
gpu_driver_map:
  - match: "GeForce GTX 1060"
    role: "nvidia_gtx1060"
  - match: "GeForce GT 750M"
    role: "nvidia_gt750m"
  - match: "VGA compatible controller: Intel"
    role: "intel_i915"