ansible-base/inventory_template/group_vars/os_openbsd.yml
2020-08-26 19:24:04 +02:00

12 lines
189 B
YAML

# Command to run to execute a OpenBSD update
cron_upgrade_job: syspatch; pkg_add -Uu
# Tools to install on OpenBSD hosts
#tools_package: []
tools_package:
- vim
- curl
- jq
- git