You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
- name: restart postgresql
|
|
service: name=postgresql-9.6 state=restarted
|
|
|
|
- name: restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: restart wapt
|
|
service: name={{ item }} state=restarted
|
|
with_items:
|
|
- waptserver
|
|
#- wapttasks
|
|
|