Make socat its own role
This commit is contained in:
7
roles/socat/templates/socat.socket.j2
Normal file
7
roles/socat/templates/socat.socket.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
# {{ ansible_managed }}
|
||||
[Unit]
|
||||
Description={{ socat_service_name }} socat socket
|
||||
Requires={{ socat_target_container }}.service
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/{{ socat_service_name }}-socat.sock
|
||||
Reference in New Issue
Block a user