From 03f3ed3710f21a0aad08fba771ef635d12b06022 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 25 Sep 2023 00:37:28 +0200 Subject: [PATCH] Add chisel --- chisel.yml | 11 ++++++++++- host_vars/scaleway_fr.yml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/chisel.yml b/chisel.yml index a62715d..d5053e9 100644 --- a/chisel.yml +++ b/chisel.yml @@ -25,4 +25,13 @@ roles: # manage docker-compose@dev systemd unit file - - { role: justin_p.chisel, tags: chisel } \ No newline at end of file + - { 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 diff --git a/host_vars/scaleway_fr.yml b/host_vars/scaleway_fr.yml index 513fe80..4179244 100644 --- a/host_vars/scaleway_fr.yml +++ b/host_vars/scaleway_fr.yml @@ -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: \ No newline at end of file +chisel_server_host: 163.172.84.28 +chisel_server_port: 8080 \ No newline at end of file