This commit is contained in:
2024-10-10 11:37:23 -04:00
parent 3e51c67453
commit 2f3f4a8d2c
14 changed files with 463 additions and 17 deletions

18
virtual-machine.yaml Normal file
View File

@@ -0,0 +1,18 @@
---
# Playbook for base virtual-machine
- name: Initialize system
hosts: imac
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.debian
vars:
is_new_host: true
- role: ericomeehan.ericomeehan
tasks:
- name: Install additional packages
apt:
update_cache: true
name:
- cloud-init