Rework directory structure

This commit is contained in:
2025-12-29 15:44:02 -05:00
parent 8f7aafb024
commit 1003d76756
12 changed files with 358 additions and 0 deletions

8
prep_servers.yaml Normal file
View File

@@ -0,0 +1,8 @@
- name: Install Base Packages
hosts: all_servers
tasks:
- name: Install Base Packages
become: true
ansible.builtin.apt:
name: acl nvim git
state: latest