Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/vscode
Ansible role which installs Visual Studio Code and optional extensions - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/vscode
ansible-role visual-studio-code vscode
Last synced: about 1 month ago
JSON representation
Ansible role which installs Visual Studio Code and optional extensions - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/vscode
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-02-08T16:13:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T13:41:19.000Z (6 months ago)
- Last Synced: 2024-11-06T04:40:00.852Z (3 months ago)
- Topics: ansible-role, visual-studio-code, vscode
- Homepage: https://code.europa.eu/ecgalaxy/vscode
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY vscode role
====================Installs Visual Studio Code and extensions - https://code.visualstudio.com/
Requirements
------------See https://code.visualstudio.com/docs/supporting/requirements
Role Variables
--------------- `vscode_mirror`: the package repositories base URL
- `vscode_extensions`: the list of extensions to be installed (default: empty)
- `vscode_user`: vscode end userExample:
```yaml
vscode_extensions:
- fortifyvsts.fortify-extension-for-vs-code
- ms-azuretools.vscode-docker
- ms-vscode-remote.remote-containers
```Dependencies
------------- optional: ecgalaxy.bootstrap
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.vscodeOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.vscode
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
Upgrading & Uninstalling
------------------------This Ansible role uses the distribution's package manager to install packages.
In order to upgrade or uninstall a package, please refer to your distribution's package manager documentation.
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.