forked from ServiceNowITOM/servicenow-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.json
40 lines (40 loc) · 1.37 KB
/
MANIFEST.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"collection_info": {
"namespace": "servicenow",
"name": "servicenow",
"version": "1.0.7",
"authors": [
"Paul Knight <[email protected]>",
"Tim Rightnour <[email protected]>",
"Will Tome (@willtome)",
"Alex Mittell (@alex_mittell)"
],
"readme": "README.md",
"tags": [
"preview",
"servicenow",
"snow",
"collection",
"inventory",
"plugin"
],
"description": "The Service Now modules previously packaged as part of Ansible, now in a Collection distributed via Ansible Galaxy. snow_record creates, updates or deletes a record in a specified table in the Service Now instance. snow_record_find retrieves one or more records based on the supplied query. ServiceNow Inventory Plugin for using ServiceNow CMDB as a dynamic inventory source.\n",
"license": [
"GPL-3.0-or-later"
],
"license_file": null,
"dependencies": {},
"repository": "https://github.com/ServiceNowITOM/servicenow-ansible",
"documentation": "https://github.com/ServiceNowITOM/servicenow-ansible/wiki",
"homepage": "https://github.com/ServiceNowITOM/servicenow-ansible",
"issues": "https://github.com/ServiceNowITOM/servicenow-ansible/issues"
},
"file_manifest_file": {
"name": "FILES.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "7ee0326336d2682e2740313f01f85c39f0685eba538031092151cefeb889d4f8",
"format": 1
},
"format": 1
}