add variables for OpenBSD hosts
This commit is contained in:
parent
4417cb2697
commit
f779e51fd9
2 changed files with 16 additions and 0 deletions
|
@ -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 settings
|
||||||
mail_server: mail.foo.sh
|
mail_server: mail.foo.sh
|
||||||
mail_domain: foo.sh
|
mail_domain: foo.sh
|
||||||
|
|
5
vars/openbsd.yml
Normal file
5
vars/openbsd.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
# default resources for new vm
|
||||||
|
dsk_size: 10
|
||||||
|
mem_size: 256
|
||||||
|
num_cpus: 1
|
Loading…
Add table
Add a link
Reference in a new issue