Initial Version

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 22:57:10 -05:00
commit 6bc518b694
30 changed files with 427 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
# vars file for ensure_rsync
package_list:
- name: 'rsync'
state: 'present'
...