-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathserviceinfo_api_server.yml.template
65 lines (64 loc) · 1.83 KB
/
serviceinfo_api_server.yml.template
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
61
62
63
64
---
service_info:
initial_user:
username: ${EDGE_USER}
sshkeys:
- "${EDGE_USER_PUB_KEY}"
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-httpd.service
permissions: 644
source_path: /etc/device0/cfg/etc/systemd/system/container-httpd.service
- path: /tmp/override.conf
permissions: 644
source_path: /etc/device0/cfg/etc/systemd/system/podman-auto-update.timer.d/override.conf
- path: /etc/containers/registries.conf.d/999-insecure-registry.conf
permissions: 644
source_path: /etc/device0/cfg/etc/containers/registries.conf.d/999-insecure-registry.conf
commands:
- command: mkdir
args:
- -p
- /etc/systemd/system/podman-auto-update.timer.d
- command: cp
args:
- /tmp/override.conf
- /etc/systemd/system/podman-auto-update.timer.d
- command: restorecon
args:
- -vFr
- /etc
- command: firewall-cmd
args:
- --permanent
- --add-port=8080/tcp
- command: firewall-cmd
args:
- --reload
- command: systemctl
args:
- daemon-reload
- command: systemctl
args:
- enable
- --now
- rpm-ostreed-automatic.timer
- applyupdate.timer
- podman-auto-update.timer
- container-httpd.service
diskencryption_clevis: ~
additional_serviceinfo: ~
bind: "0.0.0.0:8083"
service_info_auth_token: ${SERVICE_AUTH_TOKEN}
admin_auth_token: ${ADMIN_AUTH_TOKEN}
device_specific_store_driver:
Directory:
path: /etc/fdo/aio/stores/serviceinfo_api_devices