Skip to content

Ansible role which configures Sublime Text the Drupal-Recommended way.

Notifications You must be signed in to change notification settings

fubarhouse/ansible-role-sublime-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Sublime Text (Drupal Configurator)

Build Status

Configures Sublime using the recommended Drupal standard on macOS.

Requirements

  • Sublime Text

Role Variables

URL of packagemanager settings file:

sublime_packageman_file: https://packagecontrol.io/Package%20Control.sublime-package

Array of Sublime packages to install

See defaults/main.yml for all entries, the following is an example.

STPackages:
- name: DrupalSublimeConfig;
  repository: https://github.com/enzolutions/drupal-sublime-config.git

Dependencies

None.

Example Playbook

- hosts: localhost
  roles:
    - fubarhouse.sublime-drupal

License

MIT / BSD

Author Information

This role was created in 2016 by Karl Hepworth.