File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 50
50
- name : Nvidia | Set Docker socket has appropriate permissions
51
51
ansible.builtin.file :
52
52
path : /var/run/docker.sock
53
- mode : ' 0666'
53
+ mode : ' 0666'
54
54
55
55
- name : Nvidia | Add additional mount for bf2
56
56
ansible.builtin.set_fact :
57
- telegraf_mounts : " {{ telegraf_mounts + [
58
- {'type': 'bind',
59
- 'source': '/run/emu_param',
60
- 'target': '/run/emu_param',
57
+ telegraf_mounts : " {{ telegraf_mounts + [{'type': 'bind',
58
+ 'source': '/run/emu_param',
59
+ 'target': '/run/emu_param',
61
60
'read_only': true},
62
61
{'type': 'bind',
63
62
'source': '/var/run/docker.sock',
64
63
'target': '/var/run/docker.sock',
65
- 'read_only': false}
66
- ] }}"
67
-
64
+ 'read_only': true}] }}"
65
+
68
66
- name : Intel | telegraf otel monitoring
69
67
when : inventory_hostname == 'mev'
70
68
environment : " {{ proxy_env | default({}) }}"
You can’t perform that action at this time.
0 commit comments