Jason Robinson

Results 53 comments of Jason Robinson

Hi @ajdelgado . Unfortunately I don't maintain this repository anymore. Please feel free to maintain a fork. I'll mark this one as archived :+1:

Thanks, this would be a good addition indeed 👍 Will think about it a bit and cherry-pick your commit if we can add it.

Hey @MicroJoe ! I tend to agree having many domains in one certificate would not be the best way to go. Also it makes it difficult to know then what...

Hi Tim, I think the problem might be that your vars are afaict just a string. Can you try supplying a YAML list, as follows? ``` letsencrypt_certbot_args: - --staging -...

Thanks, wasn't aware of the problem. I use 14.04 as well, but I guess I have pip updated due to actual apps I run their - will need to check...

@dwcramer I think in this case I would rather avoid the dependency and have `pip` updated in the role itself. If the role already had dependencies, adding another wouldn't be...

Well, right now the role only targets Debian based systems, with a promise of Ubuntu 14.04. I think it's safe to in this case check whether Apache2 is installed using...

I'm a strong fan of option 2, definitely. Initially I wanted to look at something like that but ended up going for the simple stop/start, which unfortunately does not go...

I would still like the role to be able to be used without the user having to pre-configure anything for it, so would prefer to at least by default the...

What about [certbot-external plugin](https://github.com/marcan/certbot-external)? It makes a temporary virtualhost afaict, and we could provide variants of the handler script for both Apache and nginx. This would not need any global...