summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration/oc_user.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't double quote when conditionsScott Dodson2017-05-011-1/+1
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-1/+1
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* clean up and clarify docs/commentsJoel Diaz2017-03-211-2/+2
| | | | update unit tests
* add oc_user ansible moduleJoel Diaz2017-03-211-0/+240
module to manipulate OpenShift users, and assign group membership to users