Add chisel
This commit is contained in:
11
chisel.yml
11
chisel.yml
@@ -29,9 +29,12 @@
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Set up config file better ...
|
||||
# Need to install proxychains
|
||||
- name: Change settings in chisel and proxychains conf files
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/chisel/chisel-server.conf
|
||||
regexp: '^# SOCK5=--sock5'
|
||||
line: "SOCK5=--sock5"
|
||||
path: "{{ item.path }}"
|
||||
regexp: "{{ item.regexp }}"
|
||||
line: "{{ item.line }}"
|
||||
loop: "{{ chisel_proxychains_conf }}"
|
||||
when: "{{ chisel_server|default(false) }} is true"
|
||||
tags: chisel
|
||||
|
||||
Reference in New Issue
Block a user