An autocomplete+ provider for Ansible Playbook.
- Autocompletion of Playbook directives & module names.
- Snippets for module arguments.
- module_name +
r
: Complete required arguments. - module_name +
a
: Complete all arguments include optional.
- module_name +
- ansible >= 2.0
- Autocompletion of module arguments when the cursor is in module block.
- Autocompletion of variables/factors.