summaryrefslogtreecommitdiffstats
path: root/lookup_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove vim configuration from Python filesRodolfo Carvalho2017-05-091-2/+0
| | | | | | | In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-0/+2
|
* Fix libvirt provider for Ansible 2.1.0.0Lénaïc Huard2016-07-211-24/+3
|
* Port lookup plugins to ansible v2.Andrew Butcher2016-04-262-217/+24
|
* Adding ansible upstream sequence plugin to work around the bug in 1.9.2Jason DeTiberus2015-07-101-0/+215
|
* Add a generic mechanism for passing optionsLénaïc Huard2015-07-031-0/+73
And use it in the libvirt and openstack playbooks