Skip to content

h-hirokawa/atom-autocomplete-ansible

Repository files navigation

autocomplete-ansible package Build Status

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.2 and Python 2.7 or
  • Ansible >= 2.4 and Python >= 3.5

ToDo

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