Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 1.29 KB

README.md

File metadata and controls

83 lines (53 loc) · 1.29 KB

spreadcat.vscodium

Ansible role for inststalling VScodium and Extensions.

Requirements

  • The role requires gathered_facts: true to be set.

Role Variables

See ./defaults/main.yml for a detailed explanation on how to use the variables.

vscodium_extensions: []
  • List of extensions that will be installed.

Other variables

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.

Dependencies

None

Example Playbook

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

License

BSD

Author Information

This role is written an maintained by DBV.