Add OpenBSD group_vars and change swapiness

This commit is contained in:
Nemo 2020-08-23 17:04:39 +02:00
parent 4341149ba1
commit 7a0786d2d5
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,22 @@
# 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
# Tools to install on Gentoo hosts
#tools_package:
- bind-tools
- vim
- tcpdump
- gentoolkit
- tmux
- htop
- sudo
- curl
- sed
- awk
- grep
- jq
- mailutils
# PF for OpenBSD (not iptables)
configure_iptables: false

View File

@ -35,3 +35,6 @@ all:
hosts:
myFirstCentOSHost.example.org:
mySecondCentOSHost.anotherexample.org:
os_openbsd:
hosts:
myFirstOpenBSDHost.example.org:

View File

@ -2,7 +2,7 @@
# defaults file for sysctl_customization
# Sysctl swapiness value
sysctl_vm_swapiness: '10'
sysctl_vm_swapiness: '1'
# Sysctl config file
sysctl_config_file: /etc/sysctl.d/56-ansible.conf