blob: cac59696b6beea46b919a009dba103562e4ca9e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
---
install:
efi: yes
disks:
primary: /dev/disk/by-id/mmc-S10008_0x3a8a047e
system_lvm:
volumes:
- name: root
size: 4G
filesystem: ext4
mountpoint: /
- name: var+log
size: 768M
filesystem: ext4
mountpoint: /var/log
mount_options:
- noatime
- nodev
- noexec
install_dhcp: yes
network:
domain: "{{ host_domain }}"
primary:
name: enx00e04d6a076e
base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
sshd_allowusers_host:
- player
apt_repo_components:
- main
- contrib
- non-free-firmware
- non-free
mpv_headless_media_storage:
type: lvm
vg: "{{ host_name }}"
lv: media
size: 1G
fs: ext4
mpv_headless_audio_device: "alsa/hdmi"
mpv_headless_video_mode: "1920x1080@50"
mpv_headless_ssh_keys: "{{ users.equinox.ssh }}"
|