initial commit

This commit is contained in:
Phil Skentelbery
2025-09-17 23:40:52 -06:00
commit e8d0f33c57
8 changed files with 231 additions and 0 deletions

7
main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- hosts: localhost
connection: local
gather_facts: true
become: true
roles:
- role: shell