Migrated to ansible roles

This commit is contained in:
2022-03-05 13:31:25 +01:00
parent 67efc68362
commit 0912579ad1
11 changed files with 75 additions and 48 deletions

View File

@ -0,0 +1,8 @@
---
- hosts: webserver
roles:
- nginx-webserver
- hosts: loadbalancer
roles:
- nginx-loadbalancer