ansible-play-baseos/vars/baseos_vars.yml
Chris Hammer 2994a8f849 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.
2023-12-08 01:09:54 -05:00

14 lines
154 B
YAML

---
__baseos_include_roles:
- resolv_conf
- hostname
- etc_hosts
- bashrc
- motd
- update_all_packages
- base_packages
- snmpd_conf
...