summaryrefslogtreecommitdiff
path: root/library
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-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.
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-01-13Updated modify_yaml with docstring and clarificationsSteve Milner
2016-12-20python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus
versions
2016-12-19modify_yaml: handle None value during update.Andrew Butcher
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-09-12Move delegated_serial_command module to etcd_common.Andrew Butcher
2016-08-08Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson
1.3 / 3.3 Upgrades
2016-08-08Fixed a bug in modify_yaml module.Devan Goodwin
When adding a property to a section that does not yet exist, the property was being inserted into the section above where it should have due to the pointer not being adjusted for the new section we created. Adds a test sub-directory, would like to eventually move all the ooinstall tests here as well so nosetests just works from top level directory.
2016-08-02Refactor etcd certificates roles.Andrew Butcher
2016-07-18make rpm-q module pylint warning-freeTobias Florek
2016-07-18add rpm_q module to query rpm databaseTobias Florek
2016-05-06Move modify_yaml up into top level library directoryScott Dodson
2015-04-08move zbxapi module to a new os_zabbix roleJason DeTiberus
- cleans up repo root a bit
2015-04-01Cleaned up space and commented codeKenny Woodson
2015-04-01fixing naming of environment variablesKenny Woodson
2015-04-01Adding licenseKenny Woodson
2015-04-01Adding the zabbix module along with a generic playbook to fetch current ↵Kenny Woodson
problem triggers. Also added oo_flatten to filters for arrays of arrays.