/atom-autocomplete-ansible

Ansible Playbook autocomplete for Atom

Primary LanguageJavaScriptMIT LicenseMIT

autocomplete-ansible package

An autocomplete+ provider for Ansible Playbook.

Features

  • Autocompletion of Playbook directives & module names.
  • Snippets for module arguments.
    • module_name + r: Complete required arguments.
    • module_name + a: Complete all arguments include optional.

demo

Requirements

  • ansible >= 2.0

ToDo

  • Autocompletion of module arguments when the cursor is in module block.
  • Autocompletion of variables/factors.