its been a while since i've worked on this

and it seems there were many changes left
uncommitted. i have no idea what state this is in
but we will refactor or start over from this point.
This commit is contained in:
2023-12-08 01:09:54 -05:00
parent bb39241a44
commit 2994a8f849
8 changed files with 134 additions and 11 deletions

View File

@ -1,11 +1,13 @@
---
baseos_include_roles:
- base_packages
- update_all_packages
- etc_hosts
__baseos_include_roles:
- resolv_conf
- snmpd_conf
- hostname
- etc_hosts
- bashrc
- motd
- update_all_packages
- base_packages
- snmpd_conf
...