Ansible role for inststalling VScodium and Extensions.
- The role requires
gathered_facts: true
to be set.
See ./defaults/main.yml
for a detailed explanation on how to use the variables.
vscodium_extensions: []
- List of extensions that will be installed.
vscodium_apt_gpg_key: ""
- URL to the GPG key for the APT repository.
vscodium_rpm_gpg_key: ""
- URL to the GPG key for the RPM repository.
vscodium_package_name: ""
- String with the name of the package to install.
vscodium_package_state: ""
- String with the package state.
vscodium_user_home: ""
- Homedirectory of the user who should use VSCodium.
vscodium_user_name: ""
* Username for which to set permissions and extensions.
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- hosts: all
gather_facts: true
roles:
- role: spreadcat.vscodium
vars:
vscodium_extensions:
- vscodevim.vim
BSD
This role is written an maintained by DBV.