File tree 3 files changed +16
-14
lines changed
roles/virtualization/tasks
3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change
1
+ localhost
Original file line number Diff line number Diff line change 8
8
9
9
10
10
roles :
11
- - common
12
- - rpm_fusion_free
13
- - rpm_fusion_nonfree
14
- - dev
15
- - postgres
16
- - docker
17
- - rbenv
18
- - iscore
19
- - latex
20
- - ssh
21
- - zfs
22
- - virtualization
11
+ # - common
12
+ # - rpm_fusion_free
13
+ # - rpm_fusion_nonfree
14
+ # - dev
15
+ # - postgres
16
+ # - docker
17
+ # - rbenv
18
+ # - iscore
19
+ # - latex
20
+ # - ssh
21
+ # - zfs
22
+ # - virtualization
23
23
- gnome
24
- - slack
25
- - google-chrome
24
+ # - slack
25
+ # - google-chrome
26
26
27
27
Original file line number Diff line number Diff line change 42
42
lineinfile :
43
43
state : present
44
44
dest : /etc/default/grub
45
+ regexp : ' ^(GRUB_CMDLINE_LINUX=(?!.*iommu)\"[^\"]+)(\".*)'
45
46
backrefs : yes
46
47
line : ' \1 iommu=1 intel_iommu=on kvm-intel.nested=1 rd.driver.pre=vfio-pci\2'
47
48
You can’t perform that action at this time.
0 commit comments