summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/lib/secret.py
Commit message (Collapse)AuthorAgeFilesLines
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-021-1/+5
| | | | | | | | | | | | | bring ansible service broker up to date with bearer token changes etcd -> 0.0.0.0 add auth information to broker resource in catalog add sandbox role to config simplify defaults add labels to oc_route use new oc_route label field Fix parameter ordering add port back Fix secret syntax
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-1/+4
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+0
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-1/+1
|
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-201-1/+1
|
* Replace has_key in new modulesSteve Milner2017-02-201-1/+1
| | | | | | | The dict.has_key has been removed in Python 3. However, both Python 2 and 3 support: if needle in dict
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-251-0/+99