summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_certificates/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Cast openshift_docker_use_system_container to boolMichael Gugino2018-01-021-1/+1
| | | | | | | | | | | | | openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
* Implement container runtime roleMichael Gugino2017-12-011-0/+2
|
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+1
|
* openshift_node_certificates: add openshift_node_cert_expire_days parameter.Slava Semushin2017-03-291-0/+2