Add systemd_socket role

This commit is contained in:
uumas
2026-03-12 01:54:56 +02:00
parent 5b2b612b22
commit 499f042c75
7 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# {{ ansible_managed }}
[Unit]
Description={{ systemd_socket_name }} socket
{% for item in systemd_socket_requires %}
Requires={{ item }}
{% endfor %}
[Socket]
ListenStream=/run/{{ systemd_socket_name }}.sock