packer/website/data/docs-remote-plugins.json
Wilken Rivera ceb96d061a
Extract ansible plugins (#10912)
* Remove ansible components and docs

* Vendored packer-plugin-ansible

* Add remote ansible docs
2021-04-16 10:31:09 -04:00

26 lines
516 B
JSON

[
{
"title": "Docker",
"path": "docker",
"repo": "hashicorp/packer-plugin-docker",
"version": "latest"
},
{
"title": "Amazon EC2",
"path": "amazon",
"repo": "hashicorp/packer-plugin-amazon",
"version": "latest"
},
{
"title": "VMware vSphere",
"path": "vsphere",
"repo": "hashicorp/packer-plugin-vsphere",
"version": "latest"
},
{
"title": "Ansible",
"path": "ansible",
"repo": "hashicorp/packer-plugin-ansible",
"version": "latest"
}
]