Added devcontainer

This commit is contained in:
2026-03-18 18:33:32 +00:00
parent cfbc0a1771
commit 9e3842eefa

View File

@@ -0,0 +1,19 @@
{
"name": "Ansible Development Container",
"image": "ghcr.io/ansible/community-ansible-dev-tools:latest",
"runArgs": [
"--privileged",
"-e",
"GIT_EDITOR=code --wait"
],
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens",
"redhat.ansible",
"redhat.vscode-yaml",
"ms-python.python"
]
}
}
}