diff --git a/host_vars/scaleway_fr.yml b/host_vars/scaleway_fr.yml index 561ddcf..e888f89 100644 --- a/host_vars/scaleway_fr.yml +++ b/host_vars/scaleway_fr.yml @@ -148,6 +148,10 @@ chisel_proxychains_conf: regexp: "^AUTH=--auth {{ chisel_basic_auth }}" state: present line: "AUTH=--auth {{ chisel_basic_auth }}" + - path: "/etc/chisel/{{ chisel_config_name }}.conf" + regexp: "^HOST=--host {{ chisel_server_host }}" + state: present + line: "HOST=--host {{ chisel_server_host }}" # proxychains replace socks4 to socks5 - path: "/etc/proxychains.conf" regexp: "^socks4 127.0.0.1 9050"