$OpenBSD: patch-examples_hosts,v 1.3 2016/02/27 15:37:50 jasper Exp $
--- examples/hosts.orig	Thu Feb 25 04:00:56 2016
+++ examples/hosts	Sat Feb 27 13:39:49 2016
@@ -42,3 +42,16 @@
 
 ## db-[99:101]-node.example.com
 
+# ansible modules expects python to be in /usr/bin/python or a
+# location set with the ansible_python_interpreter variable.
+# On OpenBSD, python is in ${LOCALBASE}, so you have to set it.
+#
+# Setting the python path for a single host.
+#server.my.domain ansible_python_interpreter=${MODPY_BIN}
+#
+# Setting the python path for all hosts in the group 'openbsd'.
+#[openbsd]
+#server.my.domain
+#
+#[openbsd:vars]
+#ansible_python_interpreter=${MODPY_BIN}
