This commit is contained in:
2024-09-14 13:09:38 -04:00
parent e7124040c9
commit aad786cb90
9 changed files with 170 additions and 44 deletions

15
servers.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
# Playbook for deploying server infrastructure
- name: Initialize systems
hosts: clusters
become: true
roles:
- role: ericomeehan.debian
- role: ericomeehan.ericomeehan
tasks:
- name: Install QEMU
apt:
state: present
name:
- qemu-system
- libvirt-daemon-system