An open API service indexing awesome lists of open source software.

https://github.com/pyratlabs/ansible-role-vscode

Ansible role to install VS Code text editor on a Linux x86_64 system
https://github.com/pyratlabs/ansible-role-vscode

ansible ansible-role code development ide vscode

Last synced: 3 months ago
JSON representation

Ansible role to install VS Code text editor on a Linux x86_64 system

Awesome Lists containing this project

README

          

# Ansible Role: vscode

Ansible role for installing VS Code text editor.

[![Build Status](https://www.travis-ci.org/PyratLabs/ansible-role-vscode.svg?branch=master)](https://www.travis-ci.org/PyratLabs/ansible-role-vscode)

## Requirements

This role has been tested on Ansible 2.7.0+ against the following Linux Distributions:

- CentOS 8
- CentOS 7
- Debian 10
- SUSE/openSUSE 15.0
- Ubuntu 18.04 LTS

## Disclaimer

If you have any problems please create a GitHub issue, I maintain this role in
my spare time so I cannot promise a speedy fix delivery.

## Dependencies

No dependencies on other roles.

## Example Playbook

Example playbook for installing the latest vscode version globally:

```yaml
---
- hosts: workstation
become: true
roles:
- role: xanmanning.vscode
```

## License

[BSD 3-clause](LICENSE.txt)

## Author Information

[Xan Manning](https://xanmanning.co.uk/)