summaryrefslogtreecommitdiffstats
path: root/roles/clients/files/stunnel-nfs-nfs1.socket
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2023-01-12 19:41:57 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2023-01-12 19:41:57 +0100
commita06fc3085705c16f7c31fd406e78ffa94e663d84 (patch)
treec17367a7a746acc19da8031e4751ca4ce6f4f5d1 /roles/clients/files/stunnel-nfs-nfs1.socket
parent9c6158e621b4958740ddd5886b951a75c64feff4 (diff)
downloadplaybooks-ansible-a06fc3085705c16f7c31fd406e78ffa94e663d84.tar.gz
playbooks-ansible-a06fc3085705c16f7c31fd406e78ffa94e663d84.tar.xz
playbooks-ansible-a06fc3085705c16f7c31fd406e78ffa94e663d84.zip
Add stunnel config in clients role
Diffstat (limited to 'roles/clients/files/stunnel-nfs-nfs1.socket')
-rw-r--r--roles/clients/files/stunnel-nfs-nfs1.socket13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/clients/files/stunnel-nfs-nfs1.socket b/roles/clients/files/stunnel-nfs-nfs1.socket
new file mode 100644
index 0000000..ebb5a52
--- /dev/null
+++ b/roles/clients/files/stunnel-nfs-nfs1.socket
@@ -0,0 +1,13 @@
+#
+# Ansible managed.
+#
+[Unit]
+Description=NFS over stunnel/TLS client
+
+[Socket]
+ListenStream=9060
+Accept=yes
+TimeoutSec=300
+
+[Install]
+WantedBy=sockets.target