summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-0/+90
|
* Updated modify_yaml with docstring and clarificationsSteve Milner2017-01-131-8/+19
|
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-1/+1
| | | | versions
* modify_yaml: handle None value during update.Andrew Butcher2016-12-191-11/+15
|
* update tests and flake8/pylint fixesJason DeTiberus2016-11-292-7/+10
|
* Move delegated_serial_command module to etcd_common.Andrew Butcher2016-09-121-275/+0
|
* Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson2016-08-081-11/+19
|\ | | | | 1.3 / 3.3 Upgrades
| * Fixed a bug in modify_yaml module.Devan Goodwin2016-08-081-11/+19
| | | | | | | | | | | | | | | | | | | | 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.
* | Refactor etcd certificates roles.Andrew Butcher2016-08-021-0/+275
| |
* | make rpm-q module pylint warning-freeTobias Florek2016-07-181-2/+6
| |
* | add rpm_q module to query rpm databaseTobias Florek2016-07-181-0/+66
|/
* Move modify_yaml up into top level library directoryScott Dodson2016-05-061-0/+95
|
* move zbxapi module to a new os_zabbix roleJason DeTiberus2015-04-081-273/+0
| | | | - cleans up repo root a bit
* Cleaned up space and commented codeKenny Woodson2015-04-011-2/+1
|
* fixing naming of environment variablesKenny Woodson2015-04-011-35/+35
|
* Adding licenseKenny Woodson2015-04-011-0/+17
|
* Adding the zabbix module along with a generic playbook to fetch current ↵Kenny Woodson2015-04-011-0/+257
problem triggers. Also added oo_flatten to filters for arrays of arrays.