add variables for OpenBSD hosts

This commit is contained in:
Timo Makinen 2019-05-22 22:12:18 +03:00
parent 4417cb2697
commit f779e51fd9
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,16 @@
---
# fix python path errors
ansible_python_interpreter: "/usr/bin/env python"
# set group name with gid 0
ansible_wheel: |-
{% if ansible_os_family in ["OpenBSD"] %}
wheel
{% else %}
root
{% endif %}
# mail settings
mail_server: mail.foo.sh
mail_domain: foo.sh

5
vars/openbsd.yml Normal file
View file

@ -0,0 +1,5 @@
---
# default resources for new vm
dsk_size: 10
mem_size: 256
num_cpus: 1