diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7992c62 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +{ + "name": "Ansible Development", + "image": "mcr.microsoft.com/devcontainers/python:3.12", + "features": { + "ghcr.io/devcontainers/features/ansible:1": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "redhat.ansible", + "ms-python.python" + ] + } + }, + "postCreateCommand": "pip install ansible-lint" +} \ No newline at end of file