Skip to content

Commit 6e561c5

Browse files
committed
move EESSI to extras
1 parent 46ca110 commit 6e561c5

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

ansible/bootstrap.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@
112112
tasks_from: config.yml
113113
tags: config
114114

115-
- name: Setup EESSI
116-
hosts: eessi
117-
tags: eessi
118-
become: true
119-
gather_facts: false
120-
tasks:
121-
- name: Install and configure EESSI
122-
import_role:
123-
name: eessi
124-
125115
- hosts: update
126116
gather_facts: false
127117
become: yes

ansible/extras.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
- hosts: cuda
1+
- name: Setup EESSI
2+
hosts: eessi
3+
tags: eessi
4+
become: true
5+
gather_facts: false
6+
tasks:
7+
- name: Install and configure EESSI
8+
import_role:
9+
name: eessi
10+
11+
- name: Setup CUDA
12+
hosts: cuda
213
become: yes
314
gather_facts: no
415
tags: cuda

0 commit comments

Comments
 (0)