OpenBSD updates

This commit is contained in:
Nemo 2020-08-26 19:24:04 +02:00
parent 0901858c0c
commit 88d8ffe8c1
5 changed files with 17 additions and 13 deletions

View File

@ -1,15 +1,11 @@
# Command to run to execute a Gentoo update
cron_upgrade_job: emerge --sync --quiet && emerge --quiet-build -uvDN @world && /usr/sbin/perl-cleaner --all -q && emerge --quiet-build @preserved-rebuild && emerge --depclean && eselect news read
# Command to run to execute a OpenBSD update
cron_upgrade_job: syspatch; pkg_add -Uu
# Tools to install on Gentoo hosts
tools_package: []
# - vim
# - tcpdump
# - tmux
# - htop
# - sudo
# - curl
# - awk
# - jq
# - mailutils
# Tools to install on OpenBSD hosts
#tools_package: []
tools_package:
- vim
- curl
- jq
- git

View File

@ -6,4 +6,5 @@
when: auto_reboot
- import_tasks: package.yml
when: ansible_os_family != 'OpenBSD'
- import_tasks: crontask.yml

View File

@ -0,0 +1,3 @@
---
cron_service_name: cron
cron_package: cron

View File

@ -6,4 +6,5 @@
when: auto_upgrade
- import_tasks: package.yml
when: ansible_os_family != 'OpenBSD'
- import_tasks: crontask.yml

View File

@ -0,0 +1,3 @@
---
cron_service_name: cron
cron_package: cron