15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"name": "ansible",
|
|
"description": "Ansible engineering plugin for developing, reviewing, and securing Ansible automation with specialized agents for roles, playbooks, Jinja2 templates, and orchestration",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Eric Austin",
|
|
"email": "e@plsr.io"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |