2024-11-11 19:28:55 +01:00
|
|
|
type: cx22
|
|
|
|
|
|
|
|
|
|
# resolved on startup in Makefile
|
|
|
|
|
image: "{{ lookup('ansible.builtin.env', 'SNAPSHOT') }}"
|
|
|
|
|
|
|
|
|
|
# extranous general packages we might need
|
2024-11-08 20:08:56 +01:00
|
|
|
packages:
|
|
|
|
|
- cpdup
|
|
|
|
|
- bash
|
2024-11-11 19:28:55 +01:00
|
|
|
|
|
|
|
|
# used by bastille to build a base
|
2024-11-08 20:08:56 +01:00
|
|
|
release: 14.1-RELEASE
|
2024-11-11 19:28:55 +01:00
|
|
|
|
2024-11-17 17:54:49 +01:00
|
|
|
# snapshot to install in new vps
|
|
|
|
|
snapshot: FreeBSD-14.1-RELEASE-hcloud-init
|
|
|
|
|
|
2024-11-11 19:28:55 +01:00
|
|
|
location: fsn1
|
|
|
|
|
|
|
|
|
|
# must already exist in group project
|
|
|
|
|
ssh_keys:
|
|
|
|
|
- scip@e3
|
|
|
|
|
- scip@tripod
|
|
|
|
|
- scip@pixel8
|
2024-11-12 14:08:53 +01:00
|
|
|
|
|
|
|
|
jails:
|
2024-11-12 19:09:20 +01:00
|
|
|
pubnix:
|
|
|
|
|
octet: 2
|
2024-11-16 18:55:47 +01:00
|
|
|
|
|
|
|
|
storage:
|
2024-11-17 16:34:32 +01:00
|
|
|
volume:
|
2024-11-16 18:55:47 +01:00
|
|
|
size: 10
|
|
|
|
|
name: zhcloud # zfs pool name
|
|
|
|
|
device: da1
|
2024-11-17 16:34:32 +01:00
|
|
|
mounts:
|
|
|
|
|
- mount: /home
|
|
|
|
|
name: /home
|
|
|
|
|
- mount: /var/cron/tabs
|
|
|
|
|
name: /crontabs
|