v0.0.16
This commit is contained in:
15
servers.yaml
Normal file
15
servers.yaml
Normal 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
|
||||
Reference in New Issue
Block a user