-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yaml
42 lines (38 loc) · 1.07 KB
/
hosts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
all:
children:
action_runner_managers:
vars:
ansible_user: exouser
hosts:
actions-runner-manager:
ansible_host: 149.165.175.133
action_runners:
vars:
ansible_user: exouser
children:
# gpu:
# vars:
# labels: gpu-test
# hosts:
# actions-runner-1:
# ansible_host: 149.165.159.180
cpu:
vars:
labels: CPU
hosts:
actions-runner-cpu-0:
ansible_host: 149.165.159.48
actions-runner-cpu-1:
ansible_host: 149.165.159.174
actions-runner-cpu-2:
ansible_host: 149.165.159.243
actions-runner-cpu-3:
ansible_host: 149.165.159.227
actions-runner-cpu-4:
ansible_host: 149.165.159.34
actions-runner-cpu-6:
ansible_host: 149.165.159.58
actions-runner-cpu-8:
ansible_host: 149.165.159.161
actions-runner-cpu-9:
ansible_host: 149.165.159.120