summaryrefslogtreecommitdiff
path: root/roles/flannel/defaults
AgeCommit message (Collapse)Author
2018-01-02Cast openshift_docker_use_system_container to boolMichael Gugino
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
2017-12-08Remove unneeded embedded etcd logicMichael Gugino
Removing some remaining embedded etcd facts except for the migration plays.
2017-12-01Implement container runtime roleMichael Gugino
2016-08-24Correct flannel cert variables.Andrew Butcher
2015-10-27Generate etcd certificats for flannel when is not embeddedSylvain Baubeau
2015-10-27Add flannel supportSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>