full server dashboard working
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
---
|
||||
- name: Cosmostat - API - Set api_bind_ip
|
||||
when: cosmostat_server | bool
|
||||
set_fact:
|
||||
api_bind_ip: "{{ cosmostat_server_ip }}"
|
||||
|
||||
- name: Cosmostat - API - Stop Service
|
||||
become: true
|
||||
@ -32,7 +36,7 @@
|
||||
service_exe: "{{ api_service_exe }}"
|
||||
service_group: "{{ service_user }}"
|
||||
extra_options: ""
|
||||
extra_service_options: ""
|
||||
extra_service_options: "RestartSec=5"
|
||||
template:
|
||||
src: "service_template.service"
|
||||
dest: "{{ user_service_folder }}/{{ api_service_name }}.service"
|
||||
|
||||
Reference in New Issue
Block a user