Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove vim configuration from Python files | Rodolfo Carvalho | 2017-05-09 | 2 | -4/+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. | ||||
* | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 1 | -0/+90 |
| | |||||
* | Updated modify_yaml with docstring and clarifications | Steve Milner | 2017-01-13 | 1 | -8/+19 |
| | |||||
* | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 1 | -1/+1 |
| | | | | versions | ||||
* | modify_yaml: handle None value during update. | Andrew Butcher | 2016-12-19 | 1 | -11/+15 |
| | |||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 2 | -7/+10 |
| | |||||
* | Move delegated_serial_command module to etcd_common. | Andrew Butcher | 2016-09-12 | 1 | -275/+0 |
| | |||||
* | 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. |