We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f1ce commit a2b6888Copy full SHA for a2b6888
ansible/bootstrap.yml
@@ -311,6 +311,14 @@
311
- include_role:
312
name: ofed
313
314
+- hosts: doca:&builder
315
+ become: yes
316
+ gather_facts: yes
317
+ tasks:
318
+ - name: Install NVIDIA DOCA
319
+ import_role:
320
+ name: doca
321
+
322
- hosts: ansible_init
323
gather_facts: yes
324
become: yes
ansible/fatimage.yml
@@ -19,14 +19,6 @@
19
20
- import_playbook: bootstrap.yml
21
22
-- hosts: doca
23
- become: yes
24
- gather_facts: yes
25
- tasks:
26
- - name: Install NVIDIA DOCA
27
- import_role:
28
- name: doca
29
-
30
- name: Run post-bootstrap.yml hook
31
vars:
32
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
0 commit comments