Commit 4dcbe93b authored by nanahira's avatar nanahira

fix

parent 49b99cd4
# 因为测试期间频繁改动参数,这里手动down掉 # 因为测试期间频繁改动参数,这里手动down掉
# 调试wg的时候开这个,调试别的的时候注释掉 # 调试wg的时候开这个,调试别的的时候注释掉
- name: clean frp - name: clean frp service
systemd: systemd:
name: '{{item}}@{{conn.name}}' name: '{{item}}@{{conn.name}}'
state: stopped state: stopped
enabled: no enabled: no
with_items: with_items:
- frpc - frpc
- name: clean frp service - name: clean frp
file: file:
path: '/etc/{{item}}/{{conn.name}}.conf' path: '/etc/{{item}}/{{conn.name}}.conf'
state: absent state: absent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment