summaryrefslogtreecommitdiff
path: root/lookup_plugins
AgeCommit message (Collapse)Author
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-09-29Add a README.md to lookup_plugins/Andrew Butcher
2017-09-29Remove oo_option facts.Andrew Butcher
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
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.
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-07-21Fix libvirt provider for Ansible 2.1.0.0Lénaïc Huard
2016-04-26Port lookup plugins to ansible v2.Andrew Butcher
2015-07-10Adding ansible upstream sequence plugin to work around the bug in 1.9.2Jason DeTiberus
2015-07-03Add a generic mechanism for passing optionsLénaïc Huard
And use it in the libvirt and openstack playbooks