summaryrefslogtreecommitdiffstats
path: root/lookup_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Add a README.md to lookup_plugins/Andrew Butcher2017-09-291-0/+1
|
* Remove oo_option facts.Andrew Butcher2017-09-291-74/+0
|
* 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