Skip to content

Commit eee9830

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible: add a-sea-us to buildworkers, add host vars/volumes for building
1 parent a8a0047 commit eee9830

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

ansible/host_vars/a-sea-us.m.voidlinux.org.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@ xbps_repository_nonfree: https://{{ xbps_repository_address }}/current/aarch64/n
88
xbps_repoconf_repos_enabled:
99
- 00-repository-main
1010
- 10-repository-nonfree
11+
12+
sshd_AllowGroups:
13+
- build-ops
14+
15+
buildworker_archs:
16+
- aarch64
17+
- aarch64-musl
18+
19+
nomad_host_volumes:
20+
- name: ccache
21+
path: /hostdir/ccache
22+
read_only: true
23+
- name: aarch64_hostdir
24+
path: /hostdir
25+
read_only: false
26+
- name: aarch64_workdir
27+
path: /builder/workdir
28+
read_only: false
29+
- name: aarch64_buildrootdir
30+
path: /builder/buildroot
31+
read_only: false

ansible/inventory

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
a-hel-fi.m.voidlinux.org
33
a-fsn-de.m.voidlinux.org
44
b-fsn-de.m.voidlinux.org
5+
a-sea-us.m.voidlinux.org
56

67
[root_mirror]
78
a-fsn-de.m.voidlinux.org

0 commit comments

Comments
 (0)