This commit is contained in:
bee
2026-08-15 19:18:59 +02:00
parent 59aa8a7bcf
commit c63db540e8
32 changed files with 767 additions and 64 deletions
+3 -3
View File
@@ -144,14 +144,14 @@
DBUS_SESSION_BUS_ADDRESS: "unix:path=/run/user/{{ user_info.uid }}/bus"
ansible.builtin.systemd:
name: ott-server.service
state: started
state: restarted
scope: user
- name: Debug
ansible.builtin.debug:
msg:
- "Service status: systemctl --user --machine {{ user_info.name }}@.host status ott-server"
- "Service status: sudo systemctl --user --machine {{ user_info.name }}@.host status ott-server"
- "Read logs: sudo journalctl _UID={{ user_info.uid }} -n 200 --no-pager"
- "Shell: machinectl shell {{ user_info.name }}@.host /bin/bash"
- "Shell: sudo machinectl shell {{ user_info.name }}@.host /bin/bash"
tags:
- always