additional tasks for VM creation

This commit is contained in:
2025-07-08 09:59:41 -05:00
parent 3d4afce244
commit 2bce9c3f29
41 changed files with 23849 additions and 921 deletions

View File

@@ -0,0 +1,15 @@
- name: Install Observability stack (targets)
hosts: target
tags:
- monitoring
- target
roles:
- ../roles/target
- name: Install Observability stack (observer)
hosts: observer
tags:
- monitoring
- observer
roles:
- ../roles/observer