ansible tomcat

This commit is contained in:
2021-12-13 15:41:30 +01:00
parent 18ff1a5b11
commit a78a76e312
14 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
handlers:
- name: Reload Apache
service:
name: apache2
state: reloaded
- name: Restart Apache
service:
name: apache2
state: restarted
- name: Restart mysql
service:
name: mysql
state: restarted