Add chisel
This commit is contained in:
11
chisel.yml
11
chisel.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user