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