[NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integration
Ploy plugin to integrate with Ansible. WWW: https://github.com/ployground/ploy_ansible
This commit is contained in:
parent
6870387db5
commit
dea483788d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361187
4 changed files with 30 additions and 0 deletions
|
@ -734,6 +734,7 @@
|
||||||
SUBDIR += py-iowait
|
SUBDIR += py-iowait
|
||||||
SUBDIR += py-nagiosplugin
|
SUBDIR += py-nagiosplugin
|
||||||
SUBDIR += py-ploy
|
SUBDIR += py-ploy
|
||||||
|
SUBDIR += py-ploy_ansible
|
||||||
SUBDIR += py-plumbum
|
SUBDIR += py-plumbum
|
||||||
SUBDIR += py-psutil
|
SUBDIR += py-psutil
|
||||||
SUBDIR += py-psutil121
|
SUBDIR += py-psutil121
|
||||||
|
|
24
sysutils/py-ploy_ansible/Makefile
Normal file
24
sysutils/py-ploy_ansible/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= ploy_ansible
|
||||||
|
DISTVERSION= 1.0b6
|
||||||
|
CATEGORIES= sysutils python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= koobs@FreeBSD.org
|
||||||
|
COMMENT= Ploy plugin to integrate with Ansible
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.r9:${PORTSDIR}/sysutils/py-ploy \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \
|
||||||
|
ansible>0:${PORTSDIR}/sysutils/ansible
|
||||||
|
|
||||||
|
USES= zip
|
||||||
|
USE_PYTHON= -2.7
|
||||||
|
USE_PYDISTUTILS= yes
|
||||||
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
sysutils/py-ploy_ansible/distinfo
Normal file
2
sysutils/py-ploy_ansible/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ploy_ansible-1.0b6.zip) = 1da7c9454c6f4aed12691dc4f2b96c5e6a949cbac59b0adaa0f95892f2cbdc18
|
||||||
|
SIZE (ploy_ansible-1.0b6.zip) = 18747
|
3
sysutils/py-ploy_ansible/pkg-descr
Normal file
3
sysutils/py-ploy_ansible/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Ploy plugin to integrate with Ansible.
|
||||||
|
|
||||||
|
WWW: https://github.com/ployground/ploy_ansible
|
Loading…
Reference in a new issue