We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846a198 commit cf6ad08Copy full SHA for cf6ad08
2 files changed
ansible/host_vars/a-hel-fi.m.voidlinux.org.yml
@@ -12,7 +12,22 @@ network_static_interfaces:
12
- 95.216.76.97/26
13
- 2a01:4f9:2b:c9e::2/64
14
15
+sshd_AllowGroups:
16
+ - build-ops
17
+
18
nomad_host_volumes:
19
- name: terrastate
20
path: /nomad/terrastate
21
read_only: false
22
+ - name: musl_hostdir
23
+ path: /hostdir
24
+ read_only: false
25
+ - name: musl_workdir
26
+ path: /workdir
27
28
+ - name: musl_buildrootdir
29
+ path: /buildroot
30
31
+ - name: ccache
32
+ path: /hostdir/ccache
33
+ read_only: true
ansible/inventory
@@ -1,4 +1,5 @@
1
[buildworker]
2
+a-hel-fi.m.voidlinux.org
3
a-fsn-de.m.voidlinux.org
4
b-fsn-de.m.voidlinux.org
5
0 commit comments