Initial commit
Basic roles for installing podman, creating containers, networks and services
This commit is contained in:
6
roles/service/templates/socat.socket.j2
Normal file
6
roles/service/templates/socat.socket.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
# {{ ansible_managed }}
|
||||
[Unit]
|
||||
Description={{ service_name }} socat socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/{{ service_name }}-socat.sock
|
||||
Reference in New Issue
Block a user