Skip to content

Commit a2b6888

Browse files
committed
move doca to bootstrap
1 parent 4d4f1ce commit a2b6888

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ansible/bootstrap.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,14 @@
311311
- include_role:
312312
name: ofed
313313

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+
314322
- hosts: ansible_init
315323
gather_facts: yes
316324
become: yes

ansible/fatimage.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
- import_playbook: bootstrap.yml
2121

22-
- hosts: doca
23-
become: yes
24-
gather_facts: yes
25-
tasks:
26-
- name: Install NVIDIA DOCA
27-
import_role:
28-
name: doca
29-
3022
- name: Run post-bootstrap.yml hook
3123
vars:
3224
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"

0 commit comments

Comments
 (0)