role apache_vhost: up and running

This commit is contained in:
2020-04-19 22:19:39 +02:00
commit ac6c75c19f
14 changed files with 1052 additions and 0 deletions

13
handlers/main.yml Normal file
View File

@@ -0,0 +1,13 @@
---
# handlers file for apache_vhost
- name: restart apache
service:
name: httpd
state: restarted
when: apache_restart
- name: restart php-fpm
service:
name: php73-php-fpm
state: restarted
when: apache_restart