ansible-play-baseos/vars/baseos_vars.yml
Chris Hammer 31f05c36a4
Some checks reported errors
continuous-integration/drone/push Build was killed
remove hostname and snmpd_conf roles for now
add test scripts
add legacy and current callback plugin enablement
2023-12-10 00:53:22 -05:00

14 lines
310 B
YAML

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