teramako / ansible-schema

JSON-Schema for Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-Schema for Ansible 2.9

For YAML of VSCode

Create json-schemas for ansible playbook and role/task including [json.schemastore.org/ansible-role-2.9]. In addtion, these contain schemas for almost all available keywords.

complate_action_names

complete_addtional_keyword

Build

make clean
make all

.vscode/settings sample

{
    "yaml.schemas": {
        "ansible-playbook-2.9.json": ["/test.yml"],
        "ansible-tasks-2.9.json": ["/roles/*/tasks/*.yml"]
    }
}

About

JSON-Schema for Ansible

License:MIT License


Languages

Language:Python 89.6%Language:Makefile 10.4%