Add deploy_hawser.yml task to deploy Hawser container

This commit is contained in:
2026-07-27 18:03:05 +02:00
parent 32e405b1e6
commit 91be976ed3
+5
View File
@@ -0,0 +1,5 @@
- name: Deploy Hawser
hosts: all
tasks:
- name: Launch command deploy hawser
shell: docker run -d --name hawser --restart=always -e TOKEN=KfJsfEbp1AVqMu0yRIcc7qL1kGpQkYyPKFf10PPcIRayvrcxX9JCMKU85u3ltHpD -v /var/run/docker.sock:/var/run/docker.sock -v hawser_stacks:/data/stacks -p 2376:2376 ghcr.io/finsys/hawser:latest