forked from infra/ansible
11 lines
190 B
YAML
11 lines
190 B
YAML
---
|
|
|
|
- name: Restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: Restart php5-fpm
|
|
service: name=php5-fpm state=restarted
|
|
|
|
- name: Run certmgr
|
|
command: /opt/acertmgr/acertmgr.py
|