Skip to content

rooland-provisioning/ansible-role-atom-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-editor

This role installs and configures Atom text editor.

Role Variables

Name Default Required Type Description
atom_editor.packages None Yes dict Contains list of Atom packages to be installed

Example Playbook

---
- hosts: localhost
  roles:
    - atom-editor
  vars:
    atom_editor:
      packages:
        - package_name: atom-beautify
        - package_name: git-plus

License

BSD

Author Information

About

This role installs and configures Atom text editor.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors