Skip to content

ngetchell/vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code

A quick way to install VS Code using the Microsoft recommended method.

Requirements

None

Role Variables

VS Code will install by default. If you want the repository and the insiders build only set this to false.

vscode_install: true

To install VS Code insiders build set this to true.

vscode_insiders_install: true

Dependencies

None

Example Playbook

# role using defaults
- hosts: servers
  roles:
    - ngetchell.vscode

# role with variables
- hosts: servers
  roles:
    - role: ngetchell.vscode
      vars:
        vscode_install: true
        vscode_insiders_install: true

# role with extensions
---
- hosts: localhost
  roles:
    - ngetchell.vscode
  vars:
    vscode_extension:
      - ms-python.python
      - ms-vscode.powershell
      - ms-vscode.azurecli

License

MIT

Author Information

Follow me on Twitter @getch3028 or at my PowerShell blog.

About

Install VS Code for Ansible Galaxy

Resources

Stars

Watchers

Forks

Packages

No packages published