2014f069224977edba7a0bbf6acf0e00afef2053
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-ansible_%.bbappend
1
2 HOMEPAGE = "https://github.com/ansible/ansible/"
3 SECTION = "devel/python"
4 LICENSE = "GPLv3"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
6
7 PV = "2.8.5"
8
9 SRCNAME = "ansible"
10
11 SRC_URI = "http://releases.ansible.com/ansible/${SRCNAME}-${PV}.tar.gz"
12
13 SRC_URI[md5sum] = "86f0c18250895338709243d997005de3"
14 SRC_URI[sha256sum] = "8e9403e755ce8ef27b6066cdd7a4c567aa80ebe2fd90d0ff8efa0a725d246986"
15
16
17 S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19 CLEANBROKEN = "1"
20
21 ANSIBLE_WHITELIST_MODULES = "  \
22         cloud \
23         clustering \
24         commands \
25         database \
26         files \
27         identity \
28         inventory \
29         messaging \
30         monitoring \
31         net_tools \
32         network \
33         notification \
34         packaging \
35         remote_management \
36         source_control \
37         storage \
38         system \
39         utilities \
40         web_infrastructure \
41         "