Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2211 from dgoodwin/33-upgrade-playbook | Scott Dodson | 2016-08-08 | 1 | -11/+19 |
|\ | | | | | 1.3 / 3.3 Upgrades | ||||
| * | Fixed a bug in modify_yaml module. | Devan Goodwin | 2016-08-08 | 1 | -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 Butcher | 2016-08-02 | 1 | -0/+275 |
| | | |||||
* | | make rpm-q module pylint warning-free | Tobias Florek | 2016-07-18 | 1 | -2/+6 |
| | | |||||
* | | add rpm_q module to query rpm database | Tobias Florek | 2016-07-18 | 1 | -0/+66 |
|/ | |||||
* | Move modify_yaml up into top level library directory | Scott Dodson | 2016-05-06 | 1 | -0/+95 |
| | |||||
* | move zbxapi module to a new os_zabbix role | Jason DeTiberus | 2015-04-08 | 1 | -273/+0 |
| | | | | - cleans up repo root a bit | ||||
* | Cleaned up space and commented code | Kenny Woodson | 2015-04-01 | 1 | -2/+1 |
| | |||||
* | fixing naming of environment variables | Kenny Woodson | 2015-04-01 | 1 | -35/+35 |
| | |||||
* | Adding license | Kenny Woodson | 2015-04-01 | 1 | -0/+17 |
| | |||||
* | Adding the zabbix module along with a generic playbook to fetch current ↵ | Kenny Woodson | 2015-04-01 | 1 | -0/+257 |
problem triggers. Also added oo_flatten to filters for arrays of arrays. |