Renamed role

This commit is contained in:
2025-11-18 14:30:04 +01:00
parent b40939e399
commit 711aa97bee
39 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
- hosts: database
become: true
roles:
- mysql
- hosts: loadbalancer
become: true
roles:
- nginx
- hosts: webserver
become: true
roles:
- apache2
- demo_app