Johannes Rothe
649e48930e
Ansible roles added: * nginx * php * mysql * wordpress Additionally adds a Vagrantfile to setup two machines using the new playbook for testing.
6 lines
95 B
YAML
6 lines
95 B
YAML
---
|
|
- name: restart php-fpm
|
|
service:
|
|
name: php{{ php.version }}-fpm
|
|
state: restarted
|