Skip to content

dnorthup-ums/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.

About

Ansible Playbook autocomplete for Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.9%
  • Python 21.6%
  • Less 1.5%