Files
jx-callback/deploy/ansible.yml
gazebo 01414c91b5 - fk.
2018-07-31 15:03:54 +08:00

14 lines
318 B
YAML

---
- hosts: "{{ deploy_hosts }}"
remote_user: ubuntu
tasks:
- name: copy execute file to dest
copy:
src: ../jx-callback
dest: /jxdata/jx-callback/jx-callback
owner: ubuntu
group: ubuntu
mode: 0755
- name: shell
shell: sudo systemctl restart jx-callback