1
0
forked from k-space/kube

docs: camtiler & doors

This commit is contained in:
2024-07-30 06:13:16 +03:00
parent a250363bb0
commit 7cac31964d
5 changed files with 192 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
# ansible doors -m shell -a "ctr image pull harbor.k-space.ee/k-space/mjpg-streamer:latest"
# journalctl -u mjpg_streamer@video0.service -f
# Referenced and documented by https://wiki.k-space.ee/en/hosting/doors
- name: Setup doors
hosts: doors
tasks:
@@ -8,7 +10,7 @@
name: containerd
state: present
- name: Copy systemd service for Doorboy controller
- name: Copy systemd service for Doorboy controller # https://git.k-space.ee/k-space/godoor
copy:
dest: /etc/systemd/system/godoor.service
content: |
@@ -34,7 +36,7 @@
daemon_reload: yes
name: godoor.service
- name: Copy systemd service for mjpg-streamer
- name: Copy systemd service for mjpg-streamer # https://git.k-space.ee/k-space/mjpg-steramer
copy:
dest: /etc/systemd/system/mjpg_streamer@.service
content: |