|
|
@ -69,7 +69,7 @@
|
|
|
|
group: "{{ system_user }}"
|
|
|
|
group: "{{ system_user }}"
|
|
|
|
mode: "u=r,g=r,o="
|
|
|
|
mode: "u=r,g=r,o="
|
|
|
|
|
|
|
|
|
|
|
|
- name: Configure control scripts
|
|
|
|
- name: Configure service controlling scripts
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
src: "{{ item.name }}"
|
|
|
|
src: "{{ item.name }}"
|
|
|
|
dest: "{{ item.path }}"
|
|
|
|
dest: "{{ item.path }}"
|
|
|
@ -79,6 +79,15 @@
|
|
|
|
loop:
|
|
|
|
loop:
|
|
|
|
- name: "launch.sh"
|
|
|
|
- name: "launch.sh"
|
|
|
|
path: "{{ launch_script }}"
|
|
|
|
path: "{{ launch_script }}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Configure server controlling scripts
|
|
|
|
|
|
|
|
template:
|
|
|
|
|
|
|
|
src: "{{ item.name }}"
|
|
|
|
|
|
|
|
dest: "{{ item.path }}"
|
|
|
|
|
|
|
|
owner: "{{ system_user }}"
|
|
|
|
|
|
|
|
group: "{{ system_user }}"
|
|
|
|
|
|
|
|
mode: "u=rx,g=r,o="
|
|
|
|
|
|
|
|
loop:
|
|
|
|
- name: "control.sh"
|
|
|
|
- name: "control.sh"
|
|
|
|
path: "{{ remote_control_script }}"
|
|
|
|
path: "{{ remote_control_script }}"
|
|
|
|
|
|
|
|
|
|
|
|