https://github.com/ayltai/ansible-vscode-mac
Install and configure Visual Studio Code and extensions on macOS
https://github.com/ayltai/ansible-vscode-mac
ansible ansible-role macos visual-studio
Last synced: about 2 months ago
JSON representation
Install and configure Visual Studio Code and extensions on macOS
- Host: GitHub
- URL: https://github.com/ayltai/ansible-vscode-mac
- Owner: ayltai
- License: mit
- Created: 2020-07-31T03:49:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T18:30:34.000Z (over 2 years ago)
- Last Synced: 2025-03-26T17:28:18.268Z (about 1 year ago)
- Topics: ansible, ansible-role, macos, visual-studio
- Homepage: https://galaxy.ansible.com/ayltai/vscode_mac
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Studio Code for macOS role for Ansible
[](https://github.com/ayltai/ansible-vscode-mac/actions)
[](https://galaxy.ansible.com/ayltai/vscode_mac)
[](https://galaxy.ansible.com/ayltai/vscode_mac)

[](https://github.com/ayltai/ansible-vscode-mac/releases)
[](https://github.com/ayltai/ansible-vscode-mac/blob/master/LICENSE)
Install and configure [Visual Studio Code](https://code.visualstudio.com) and extensions on macOS.
[](https://buymeacoff.ee/ayltai)
## Quick start
### Installation
```sh
ansible-galaxy install ayltai.vscode_mac
```
### Usage
```yaml
---
- hosts: all
roles:
- ayltai.vscode_mac
vars_prompt:
- name: sudo_password
prompt: root password
```
## Variables
| Name | Type | Default | Description |
|------|------|---------|-------------|
| `vscode_package` | `string` | `visual-studio-code` | The package name on Homebrew Cask |
| `sudo_password` | `string` | | The root password to be passed to Homebrew Cask during installation. |
## License
[MIT](https://github.com/ayltai/ansible-vscode-mac/blob/master/LICENSE)
## References
* [Visual Studio Code](https://code.visualstudio.com)
* [Homebrew](https://brew.sh)
* [Ansible](https://www.ansible.com)
* [Ansible Galaxy](https://galaxy.ansible.com)