/ansible-snippets-sublimetext

Ansible snippets for Sublime Text

Primary LanguageShell

Ansible snippets for Sublime Text

Fully inspired from Stephane Robert ansible snippets vscode

Snippets are generated from ansible-doc and completed by basic Ansible snippets:

  • playbook
  • block

Installation

make install

Usage

In a file of type YAML or Ansible type add_host and hit tab.

Regenerate snippets for your Ansible version

make
make install

Uninstallation

make uninstall