first commit

This commit is contained in:
2025-09-14 13:10:34 -07:00
commit 6f4fcb90e2
25 changed files with 869 additions and 0 deletions

12
matt-capture.yaml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Matt Profile Capture
hosts: all
become: yes
roles:
- { role: cosmos_init, vars: {"gather_only": "true" } }
- matt_capture
...