mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 06:33:24 +02:00
13 lines
210 B
YAML
13 lines
210 B
YAML
---
|
|
|
|
- name: restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: restart wapt
|
|
service: name={{ item }} state=restarted
|
|
loop:
|
|
- waptserver
|
|
- wapttasks
|
|
- waptservice
|
|
- wapttftpserver
|