Advertisement
WhittlesJr

Untitled

Feb 27th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.55 KB | None | 0 0
  1. ---
  2. ansible_host: 192.168.1.100
  3. graphics_card_vendor: 'intel'
  4.  
  5. vm_passthrough_device_ids:
  6.  - 10de:13c2
  7.   - 10de:0fbb
  8.   - 1095:3114
  9.  
  10. guest_vms:
  11.   - name: whittles-gillesderais
  12.     ip: 192.168.122.100
  13.     memory_in_gb: 7
  14.     passthrough_devices:
  15.      - 10de:13c2
  16.       - 10de:0fbb
  17.       - 1095:3114
  18.  
  19.     passthrough_usb_devices: []
  20.  
  21.     cpu_pins:
  22.       '0': '1'
  23.       '1': '2'
  24.       '2': '3'
  25.       '3': '5'
  26.       '4': '6'
  27.       '5': '7'
  28.  
  29.     cpu_sockets: 1
  30.     cpu_cores: 3
  31.     cpu_threads: 2
  32.  
  33. vm_hugepages: 3584
  34.  
  35. vm_qemu_user: alexj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement