mirror of https://github.com/ansible/ansible.git
commit
2834ced1f0
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= ansible
|
||||||
|
PORTVERSION= 0.6
|
||||||
|
CATEGORIES= devel www textproc python
|
||||||
|
MASTER_SITES= https://github.com/downloads/ansible/ansible/
|
||||||
|
|
||||||
|
MAINTAINER= briancoca+ansible@gmail.com
|
||||||
|
COMMENT= Ansible ssh based config management framework
|
||||||
|
|
||||||
|
RUN_DEPENDS= python>2.5:${PORTSDIR}/lang/python ${PORTSDIR}/devel/py-Jinja2 ${PORTSDIR}/devel/py-yaml \
|
||||||
|
${PORTSDIR}/security/py-paramiko ${PORTSDIR}/devel/py-simplejson
|
||||||
|
|
||||||
|
FETCH_ARGS= -pRr
|
||||||
|
|
||||||
|
USE_PYTHON= yes
|
||||||
|
USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
|
# extracts with github name + short hash, needs to be updated with new releases
|
||||||
|
#pre-configure:
|
||||||
|
# @${MV} ${WRKDIR}/ansible ${WRKSRC}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,4 @@
|
|||||||
|
Ansible is a radically simple model-driven configuration management, deployment, and command execution framework.
|
||||||
|
|
||||||
|
Author: Michael DeHaan
|
||||||
|
WWW: http://ansible.github.com/
|
@ -1,2 +1,2 @@
|
|||||||
[somegroup]
|
[somegroup]
|
||||||
127.0.0.2
|
localhost
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# This is the second comment.
|
# This is the second comment.
|
||||||
127.0.0.2
|
localhost
|
||||||
|
Loading…
Reference in New Issue