Add OpenBSD group_vars and change swapiness
This commit is contained in:
parent
4341149ba1
commit
7a0786d2d5
22
inventory_template/group_vars/os_openbsd.yml
Normal file
22
inventory_template/group_vars/os_openbsd.yml
Normal 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
|
||||||
|
|
|
@ -35,3 +35,6 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
myFirstCentOSHost.example.org:
|
myFirstCentOSHost.example.org:
|
||||||
mySecondCentOSHost.anotherexample.org:
|
mySecondCentOSHost.anotherexample.org:
|
||||||
|
os_openbsd:
|
||||||
|
hosts:
|
||||||
|
myFirstOpenBSDHost.example.org:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# defaults file for sysctl_customization
|
# defaults file for sysctl_customization
|
||||||
|
|
||||||
# Sysctl swapiness value
|
# Sysctl swapiness value
|
||||||
sysctl_vm_swapiness: '10'
|
sysctl_vm_swapiness: '1'
|
||||||
|
|
||||||
# Sysctl config file
|
# Sysctl config file
|
||||||
sysctl_config_file: /etc/sysctl.d/56-ansible.conf
|
sysctl_config_file: /etc/sysctl.d/56-ansible.conf
|
||||||
|
|
Loading…
Reference in a new issue