Bryan
Bryan
That was 2.2 I'm testing now on a different, clean host.
Confirming the same result
`{% set nginx_tpl_welcome_title = '' + nginx_tpl_domain + '' %}` After further consideration, the error is almost surely because you can't put a variable expression (`{{`) inside a statement (`{%`)...
I tested the above fix locally and it works
Not sure why the travis tests are failing. The error is: `template error while templating string: expected token '=', got 'end of statement block'` Any ideas?
Your system is still much more robust than any others I've seen. Does bash read the whole `if`/`then` thing as one line? the `errexit` option doesn't break on multiline statements...
Keep an eye on https://github.com/kubernetes/contrib/tree/master/ansible (and the contrib repo there in general). They have mentioned working on simple go tools to help with cert generation, and I bet we'll see...
Do you know of any open source certificate management tools? It seems like there must be already a project for this. Then you have a debops role/set-of-roles to bootstrap a...
And yeah, I've been working on combining their ansible roles with yours for a nicer bootstrap from zero to kubernetes experience. Your ansible is much cleaner, but you also have...