Initial Version

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