forked from mtelvers/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts
More file actions
22 lines (17 loc) · 945 Bytes
/
hosts
File metadata and controls
22 lines (17 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[servers]
#for ZFS experiments
host165.ocl.cl.cam.ac.uk ansible_user=root
[all:vars]
state_dir=/var/cache/obuilder/ocluster
prune_threshold=30
[ubuntubuilders]
#VMs for https://anil.recoil.org/ideas/zfs-filesystem-perf
host169.ocl.cl.cam.ac.uk builder_pool=test capacity=1 obuilder_store=zfs:obuilder ansible_user=root
#actual machine, not just VM
basil.caelum.ci.dev capacity=20 builder_pool=test obuilder_store=btrfs:/var/cache/obuilder ansible_user=root ansible_ssh_private_key_file=~/.ssh/btt31-ocl ansible_ssh_extra_args="-o IdentitiesOnly=yes"
[solvers]
arm64-jade-2.equinix.ci.dev solver_pool=solver capacity=2 workers=56 instances=2
ainia.caelum.ci.dev solver_pool=solver capacity=2 workers=56 instances=1
kydoime.caelum.ci.dev solver_pool=solver capacity=2 workers=56 instances=1
molpadia.caelum.ci.dev solver_pool=solver capacity=2 workers=56 instances=1
okypous.caelum.ci.dev solver_pool=solver capacity=2 workers=56 instances=1