summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_user.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for yedit custom separatorsMatt Woodson2017-05-101-1/+1
|
* Allow oc_ modules to pass unicode resultsRussell Teague2017-05-031-1/+1
|
* Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-211-0/+7
|
* Adding ability to delete by selector.Kenny Woodson2017-04-051-17/+21
|
* Removing test coverage for shared code.Kenny Woodson2017-04-041-3/+3
|
* Fixed a bug in oc_volume.Kenny Woodson2017-03-281-77/+120
|
* rebase and regenerateJoel Diaz2017-03-211-11/+19
|
* clean up and clarify docs/commentsJoel Diaz2017-03-211-35/+197
| | | | update unit tests
* add oc_user ansible moduleJoel Diaz2017-03-211-0/+1544
module to manipulate OpenShift users, and assign group membership to users