This commit is contained in:
zhangzhihan
2020-06-24 18:08:40 +08:00
parent e1dc6b5f62
commit e6fbb265a8
23 changed files with 83 additions and 71 deletions

View File

@@ -6,10 +6,7 @@
- name: "copy files"
copy:
src:
- "{{ role_path }}/files/proxy_start"
- "{{ role_path }}/files/proxy_status"
- "{{ role_path }}/files/proxy_stop"
src: "{{ role_path }}/files/"
dest: /opt/proxy_status
mode: 0755