Snippets for Ansible in ST2/3.
- Sublime Text 2/3+
First, install the Package Control plugin, instructions here: http://wbond.net/sublime_packages/package_control.
Once you install Package Control, restart Sublime Text and bring up the Command Palette (Command+Shift+P
on OS X, Control+Shift+P
on Linux/Windows).
Select "Package Control: Install Package", wait while Package Control fetches the latest package list, then select "AnsibleSnippets" when the list appears.
The advantage of using this method is that Package Control will automatically keep this package up to date with the latest version.
Clone the repository in your Sublime Text "Packages" directory:
git clone https://github.com/seregatte/AnsibleSnippets.git AnsibleSnippets
The "Packages" directory is located at:
- OS X:
~/Library/Application Support/Sublime Text 2/Packages/
- Linux:
~/.Sublime Text 2/Packages/
- Windows:
%APPDATA%/Sublime Text 2/Packages/
Ansible CryptographyDeprecationWarning: +
MIT
João Paulo Seregatte [email protected]