Added all

This commit is contained in:
2026-05-27 12:11:32 +02:00
parent aaae16f141
commit 3fe81f42a2
11 changed files with 12 additions and 65 deletions

View File

@@ -1,17 +0,0 @@
---
- hosts: database
become: true
tasks:
- name: reiniciar mysql
service: name=mysql state=restarted
- hosts: loadbalancer
become: true
tasks:
- name: reiniciar nginx
service: name=nginx state=restarted
- hosts: webserver
become: true
tasks:
service: name=apache2 state=restarted