Skip to content

A small script to generate snipmate.vim snippets to be used in ansible playbooks

Notifications You must be signed in to change notification settings

bleader/ansible_snippet_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ansible_snippet_generator

A small script to generate snipmate.vim snippets to be used in ansible playbooks

Requierements

What does it do ?

This scripts will parse the DOCUMENTATION strings of ansible module, and generate snippets to be used with snipmate.vim. The snippets will use the module name, and provides all the requireds parameters directly, and the optional parameters in comment.

Output is done on STDOUT, you can redirect it to your snipmate.vim/snippets/yaml.snippets if you wish.

Usage

Installation:

  • put the script in ansible/hacking (so it can find module_formatter.py)
  • execute and redirect output to a file

In vim:

  • Edit a .yaml file
  • type play and then <tab>, it will fill the start of the playbook
  • the cursor will be placed on the next token, for playbook this is the hosts variable, you can then jump between tokens with <tab> and <S-tab>
  • then you can add an action for a given module by typing the name of the module followed by <tab>

Example

Have a look at this asciiio cast if you wish: http://ascii.io/a/1524

About

A small script to generate snipmate.vim snippets to be used in ansible playbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages