Add chisel

This commit is contained in:
2023-09-25 00:21:02 +02:00
parent 784ba18521
commit 274dd702f2
2 changed files with 26 additions and 0 deletions

View File

@@ -7,6 +7,22 @@
# # @author Stéphane Gratias (2021).
#
# pre_tasks:
# - name: Start the tempory chisel server in docker
# community.docker.docker_container:
# name: chisel-server
# image: jpillora/chisel
# network_mode: host
# command: ["server", "--socks5", "--reverse", "--port", "8080"]
# published_ports:
# - "8080:8080"
# - "8081:1080"
# when: "{{ chisel_server }} is true"
# tags:
# - chisel
# - test
roles:
# manage docker-compose@dev systemd unit file
- { role: justin_p.chisel, tags: chisel }

View File

@@ -111,3 +111,13 @@ alerts_backup_gitea: scaleway
alerts_backup_vault: scaleway
alerts_cpu: scaleway
alerts_ssl: scaleway
##########
# CHISEL #
##########
chisel_version: 1.9.1
chisel_service_name: chisel-server
chisel_config_name: chisel-server