19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |