Carl Alexander
Carl Alexander
I know I ran into issues as well with it. That's why WordPress forces IPv4 at the moment. That said, I was asked about IPv6 last week so I'll be...
Yeah, I'm doing that right now. I was just wondering if we should add that to `debops.nginx`?
You can't use group variables if you want `debops.nginx` to create multiple vhosts like that. Instead, you can create two roles: `backend` and `frontend`. Inside those two roles, you'd create...
Ok, well there you go! That's a less complicated solution! :joy:
I have not checked the new `debops.pki` role yet. I'm following the thread, but `debops.pki` was over my head a lot already lol I like the idea of `nginx_internal_servers` as...
I'll try to get this for you this week @ganto 😄
Yeah, I'm not sure why it's not whitelisted. The regular debops playbook is run before the WordPress one. It should set it up right?
I'm also curious how to extend debops. I considered doing something like @ganto, but you mention separate playbooks for new roles in a few issues. I tried doing it that...