summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/secure.yml
Commit message (Expand)AuthorAgeFilesLines
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-119/+0
* Merge pull request #5156 from mangirdaz/5155-hotfixOpenShift Merge Robot2017-09-181-1/+1
|\
| * hot fix for env variable resolveMangirdas2017-08-221-1/+1
* | Add missing hostnames to registry certScott Dodson2017-08-231-0/+3
|/
* Refactor openshift_hosted's docker-registry route setupDavid Moreau-Simard2017-07-231-46/+55
* Add docker-registry.default.svc short name to registry service signingScott Dodson2017-04-031-1/+2
* openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.Slava Semushin2017-03-291-0/+1
* Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ...Kenny Woodson2017-03-011-1/+1
* removing extra when conditionKenny Woodson2017-03-011-1/+0
* Removing run_once.Kenny Woodson2017-03-011-4/+0
* Adding the activeDeadlineSeconds. Removed debug.Kenny Woodson2017-03-011-11/+0
* Separating routes so logic is simpler.Kenny Woodson2017-03-011-6/+30
* Defaulting variables properly to avoid undefined route in dict error.Kenny Woodson2017-03-011-14/+13
* Removed duplicate host param.Kenny Woodson2017-02-281-1/+0
* Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r...Kenny Woodson2017-02-281-16/+8
* Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-1/+31
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-241-101/+46
* Merge pull request #3291 from ashcrow/oc-route-moduleJan Chaloupka2017-02-141-8/+8
|\
| * oc route commands now using the oc_route moduleSteve Milner2017-02-141-8/+8
* | Merge pull request #3306 from ingvagabund/oc_serviceJan Chaloupka2017-02-131-6/+5
|\ \ | |/ |/|
| * replace 'oc service' command with its lib_openshift equivalentJan Chaloupka2017-02-111-6/+5
* | Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka2017-02-111-8/+11
|\ \
| * | oc secrets now done via oc_secret moduleSteve Milner2017-02-101-8/+11
| |/
* | Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-4/+6
|/
* Re-add when condition which was removed mistakenly in #3036Maciej Szulik2017-01-051-0/+1
* Fix jsonpath expected output when checking registry volume secretsMaciej Szulik2017-01-051-6/+5
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-1/+1
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
* Secure registry improvements.Andrew Butcher2016-09-291-8/+49
* Set config/namespace where missing for secure registry deployment.Andrew Butcher2016-09-091-0/+4
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-0/+83