Skip to content

Spreadcat/ansible-role-vscodium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ansible role for installing and managing VSCodium.

Resources

Stars

Watchers

Forks

Packages

No packages published