Add chisel

This commit is contained in:
2023-09-25 00:37:28 +02:00
parent 714f42886d
commit 03f3ed3710
2 changed files with 12 additions and 3 deletions

View File

@@ -25,4 +25,13 @@
roles:
# manage docker-compose@dev systemd unit file
- { role: justin_p.chisel, tags: chisel }
- { role: justin_p.chisel, tags: chisel }
tasks:
- name: Set up config file better ...
ansible.builtin.lineinfile:
path: /etc/chisel/chisel-server.conf
regexp: '^# SOCK5=--sock5'
line: "SOCK5=--sock5"
tags: chisel

View File

@@ -118,7 +118,7 @@ alerts_ssl: scaleway
# CHISEL #
##########
# chisel_version: 1.9.1
chisel_service_name: chisel-server
chisel_config_name: chisel-server
# chisel_linux_amd64_sha256:
chisel_server_host: 163.172.84.28
chisel_server_port: 8080