ansible-tomcat

This commit is contained in:
2021-12-15 10:13:58 +01:00
parent 83166e1296
commit d6bdd0d059
20 changed files with 371 additions and 0 deletions

View File

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