16 lines
270 B
YAML
16 lines
270 B
YAML
|
|
---
|
||
|
|
- name: restart coturn
|
||
|
|
ansible.builtin.service:
|
||
|
|
name: coturn
|
||
|
|
state: restarted
|
||
|
|
|
||
|
|
- name: restart haproxy
|
||
|
|
ansible.builtin.service:
|
||
|
|
name: haproxy
|
||
|
|
state: restarted
|
||
|
|
|
||
|
|
- name: restart nginx
|
||
|
|
ansible.builtin.service:
|
||
|
|
name: nginx
|
||
|
|
state: restarted
|