initial implementation: common config repo

This commit is contained in:
2026-08-05 08:46:14 -07:00
parent 811086b177
commit 8c585fb355
8 changed files with 60 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Install baseline packages
ansible.builtin.apt:
name: "{{ apt_packages }}"
state: present
update_cache: true
cache_valid_time: 3600