vscode
https://galaxy.ansible.com/devopstoolbox.vscode
ansible-galaxy install devopstoolbox.vscode
- For RHEL, a Red Hat subscription or functional local repository.
vscode_extensions_user: devops
vscode_extensions_install:
- dhoeric.ansible-vault
- ecmel.vscode-html-css
- esbenp.prettier-vscode
- foxundermoon.shell-format
- haaaad.ansible
- MikhailLuchkin.kubernetes-snip-and-pets
- ms-azuretools.vscode-docker
- ms-python.python
- ms-vscode-remote.remote-ssh
- ms-vscode-remote.remote-ssh-edit
- PascalReitermann93.vscode-yaml-sort
- redhat.vscode-yaml
- rupisaini.vscode-ansible-linter
- shd101wyy.markdown-preview-enhanced
- streetsidesoftware.code-spell-checker
- timonwong.ansible-autocomplete
- timonwong.shellcheck
- vscoss.vscode-ansible
- webrender.synthwave-x-fluoromachine
- yzhang.markdown-all-in-one
- For Red Hat, subscription-manager.
---
- name: Install vscode on localhost
hosts:
- localhost
connection: local
tasks:
- name: vscode is configured
import_role:
name: devopstoolbox.vscode
vars:
vscode_extensions_user: cmihai
vscode_extensions_install:
- dhoeric.ansible-vault
- ecmel.vscode-html-css
- esbenp.prettier-vscode
- foxundermoon.shell-format
- haaaad.ansible
- MikhailLuchkin.kubernetes-snip-and-pets
- ms-azuretools.vscode-docker
- ms-python.python
- ms-vscode-remote.remote-ssh
- ms-vscode-remote.remote-ssh-edit
- PascalReitermann93.vscode-yaml-sort
- redhat.vscode-yaml
- rupisaini.vscode-ansible-linter
- shd101wyy.markdown-preview-enhanced
- streetsidesoftware.code-spell-checker
- timonwong.ansible-autocomplete
- timonwong.shellcheck
- vscoss.vscode-ansible
- webrender.synthwave-x-fluoromachine
- yzhang.markdown-all-in-one
tags: vscode
MIT