ansible-base/inventory_template/group_vars/os_openbsd.yml

12 lines
189 B
YAML
Raw Normal View History

2020-08-26 19:24:04 +02:00
# Command to run to execute a OpenBSD update
cron_upgrade_job: syspatch; pkg_add -Uu
2020-08-26 19:24:04 +02:00
# Tools to install on OpenBSD hosts
#tools_package: []
tools_package:
- vim
- curl
- jq
- git