summaryrefslogtreecommitdiffstats
path: root/sysutils/ansible/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ansible/files/pkg-message.in')
-rw-r--r--sysutils/ansible/files/pkg-message.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/sysutils/ansible/files/pkg-message.in b/sysutils/ansible/files/pkg-message.in
index ef541fd..c94524d 100644
--- a/sysutils/ansible/files/pkg-message.in
+++ b/sysutils/ansible/files/pkg-message.in
@@ -8,22 +8,15 @@ host database and a sample configuration file:
%%EXAMPLESDIR%%/ansible.cfg
To use Ansible to control FreeBSD hosts, you need to
-install the lang/python package on remote machines.
-
-To use Ansible to control systems other than FreeBSD,
-set the Python interpreter in the host database for
-that system. Example:
+install the lang/python package on remote machines
+and set up a path to the python interpreter. Example:
[freebsd]
host1
host2
- [centos]
- host3
- host4
-
- [centos:vars]
- ansible_python_interpreter=/usr/bin/python
+ [freebsd:vars]
+ ansible_python_interpreter=%%PYTHON_CMD%%
Python notes:
OpenPOWER on IntegriCloud