spacemacs/layers/+config-files/ansible/README.org

23 lines
738 B
Org Mode
Raw Normal View History

#+TITLE: Ansible layer
2015-06-10 16:44:30 +00:00
[[file:img/ansible.png]]
2016-03-31 02:59:55 +00:00
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
2016-01-29 16:35:02 +00:00
This layer adds support for Ansible-flavored YAML buffers and Jinja2 templates.
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =ansible= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
* Key bindings
| Key Binding | Description |
|-------------+------------------------------------------|
| ~SPC m h a~ | looks up documentation using [[https://github.com/lunaryorn/ansible-doc.el][ansible-doc]] |