mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2023-03-24 18:00
This commit is contained in:
14
roles/wapt_server/tasks/services.yml
Normal file
14
roles/wapt_server/tasks/services.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Start and enable nginx
|
||||
service: name=nginx state=started enabled=True
|
||||
tags: wapt
|
||||
|
||||
- name: Start and enable WAPT services
|
||||
service: name={{ item }} state=started enabled=True
|
||||
loop:
|
||||
- waptserver
|
||||
- wapttasks
|
||||
- waptservice
|
||||
- wapttftpserver
|
||||
tags: wapt
|
Reference in New Issue
Block a user