-
Notifications
You must be signed in to change notification settings - Fork 30
/
serviceinfo_api_server.yml
60 lines (60 loc) · 1.52 KB
/
serviceinfo_api_server.yml
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
52
53
54
55
56
57
58
59
60
---
service_info:
initial_user:
username: core
sshkeys:
- "ssh-rsa AAAA...."
files:
- path: /etc/rpm-ostreed.conf
permissions: 644
source_path: /etc/device0/cfg/etc/rpm-ostreed.conf
- path: /etc/systemd/system/applyupdate.service
permissions: 644
source_path: /etc/device0/cfg/etc/systemd/system/applyupdate.service
- path: /etc/systemd/system/applyupdate.timer
permissions: 644
source_path: /etc/device0/cfg/etc/systemd/system/applyupdate.timer
- path: /etc/systemd/system/container-boinc.service
permissions: 644
source_path: /etc/device0/cfg/etc/systemd/system/container-boinc.service
commands:
- command: mkdir
args:
- "/var/log/journal"
- command: mkdir
args:
- "-p"
- "/opt/appdata/boinc/slots"
- command: mkdir
args:
- "-p"
- "/opt/appdata/boinc/locale"
- command: systemctl
args:
- daemon-reload
- command: systemctl
args:
- enable
- --now
- rpm-ostreed-automatic.timer
- applyupdate.timer
- podman-auto-update.timer
- container-boinc.service
- command: rpm-ostree
args:
- kargs
- --append=console=tty0
- --append=console=ttyS0,115200
diskencryption_clevis:
- disk_label: /dev/vda4
binding:
pin: tpm2
config: "{}"
reencrypt: true
additional_serviceinfo: ~
bind: "0.0.0.0:8083"
service_info_auth_token: [REPLACE_WITH_TOKEN]
admin_auth_token: [REPLACE_WITH_TOKEN]
device_specific_store_driver:
Directory:
path: /etc/fdo/aio/stores/serviceinfo_api_devices