freebsd-ports/sysutils/ansible/files/pkg-message.in
Rodrigo Osorio aa92f45609 Fix typo.
PR:		ports/194263
Submitted by:	thomas
Approved by:	mentors (implicit)
2014-10-13 22:13:50 +00:00

25 lines
613 B
Text

===============================================================================
To use Ansible, you need at least a host database.
If you installed examples, you will have a sample
host database and a sample configuration file:
%%EXAMPLESDIR%%/hosts
%%EXAMPLESDIR%%/ansible.cfg
To use Ansible to control systems other than FreeBSD,
set the Python interpreter in the host database for
that system. Example:
[freebsd]
host1
host2
[centos]
host3
host4
[centos:vars]
ansible_python_interpreter=/usr/bin/python
===============================================================================