Date: Tue, 22 Sep 2015 12:34:16 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r397537 - in branches/2015Q3/sysutils/ansible: . files Message-ID: <201509221234.t8MCYGnb027031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue Sep 22 12:34:16 2015 New Revision: 397537 URL: https://svnweb.freebsd.org/changeset/ports/397537 Log: MFH r396055, r397205: r396055 Fix managing non-FreeBSD hosts. PR: 202799 Submitted by: merlin@merlinsbox.net Approved by: maintainer r397205 sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCH Changes: https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md PR: 202895 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Approved by: ports-secteam (feld) Modified: branches/2015Q3/sysutils/ansible/Makefile branches/2015Q3/sysutils/ansible/distinfo branches/2015Q3/sysutils/ansible/files/pkg-message.in Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/ansible/Makefile ============================================================================== --- branches/2015Q3/sysutils/ansible/Makefile Tue Sep 22 11:24:34 2015 (r397536) +++ branches/2015Q3/sysutils/ansible/Makefile Tue Sep 22 12:34:16 2015 (r397537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -19,8 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils +python_CMD= ${LOCALBASE}/bin/python SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py \ lib/ansible/modules/core/*/*.py \ lib/ansible/modules/core/*/*/*.py \ Modified: branches/2015Q3/sysutils/ansible/distinfo ============================================================================== --- branches/2015Q3/sysutils/ansible/distinfo Tue Sep 22 11:24:34 2015 (r397536) +++ branches/2015Q3/sysutils/ansible/distinfo Tue Sep 22 12:34:16 2015 (r397537) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.9.2.tar.gz) = c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00 -SIZE (ansible-1.9.2.tar.gz) = 927525 +SHA256 (ansible-1.9.3.tar.gz) = 2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed +SIZE (ansible-1.9.3.tar.gz) = 936633 Modified: branches/2015Q3/sysutils/ansible/files/pkg-message.in ============================================================================== --- branches/2015Q3/sysutils/ansible/files/pkg-message.in Tue Sep 22 11:24:34 2015 (r397536) +++ branches/2015Q3/sysutils/ansible/files/pkg-message.in Tue Sep 22 12:34:16 2015 (r397537) @@ -7,6 +7,9 @@ host database and a sample configuration %%EXAMPLESDIR%%/hosts %%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: @@ -22,4 +25,7 @@ that system. Example: [centos:vars] ansible_python_interpreter=/usr/bin/python +If you have Python 3.x as the default, please set +ansible_python_interpreter=%%LOCALBASE%%/bin/python2 + ===============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221234.t8MCYGnb027031>