initial project commit

This commit is contained in:
2022-03-15 12:51:21 -04:00
commit 8b522e0af0
5 changed files with 65 additions and 0 deletions

9
vars/baseos_vars.yml Normal file
View File

@ -0,0 +1,9 @@
---
baseos_include_roles:
- etc_hosts
- base_packages
- resolv_conf
- update_all_packages
...