39 lines
631 B
YAML
39 lines
631 B
YAML
type: cx22
|
|
|
|
# resolved on startup in Makefile
|
|
image: "{{ lookup('ansible.builtin.env', 'SNAPSHOT') }}"
|
|
|
|
# extranous general packages we might need
|
|
packages:
|
|
- cpdup
|
|
- bash
|
|
|
|
# used by bastille to build a base
|
|
release: 14.1-RELEASE
|
|
|
|
# snapshot to install in new vps
|
|
snapshot: FreeBSD-14.1-RELEASE-hcloud-init
|
|
|
|
location: fsn1
|
|
|
|
# must already exist in group project
|
|
ssh_keys:
|
|
- scip@e3
|
|
- scip@tripod
|
|
- scip@pixel8
|
|
|
|
jails:
|
|
pubnix:
|
|
octet: 2
|
|
|
|
storage:
|
|
volume:
|
|
size: 10
|
|
name: zhcloud # zfs pool name
|
|
device: da1
|
|
mounts:
|
|
- mount: /home
|
|
name: /home
|
|
- mount: /var/cron/tabs
|
|
name: /crontabs
|