Add frontend playbook
This commit is contained in:
parent
3bcffbe251
commit
4a625bf3eb
9 changed files with 447 additions and 0 deletions
3
playbooks/roles/fic-frontend/handlers/main.yml
Normal file
3
playbooks/roles/fic-frontend/handlers/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
Reference in a new issue