You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
The playbook uses a role which has some dependencies including an nginx role. This needs a variable for which sites you want to enable on the nginx server. This should be put in group_vars, but for some reason ansible is not picking this up.
The text was updated successfully, but these errors were encountered:
WIP #2
Add Travis
Just lint the yamls
Add certs and signing key
Don't try ansible-lint just yet
Group vars for the forum hosts
Fix#1Fix#3
Add playbook and inventory
add Certificate chain
Add newline to make whatever lint god happy
WIP on #2
Harden SSL
I totally didn't just read https://mozilla.github.io/server-side-tls/ssl-config-generator/
.... this one is all me. I'm a frikkin SSL genius.
WIP #3
Make the server listen on http, but redirect to https
I've added two protocol-specific sites and removed the default one.
The variables for the servers have been added to group_vars/forum.yml
There is a possibility of conflict with existing default configuraitons,
so there should be a check to see that these are the _only_ server configs
This is not implemented yet.
Fixed#2
Add SMTP vars to use Google as a relay
WIP on #6
Gmail SMTP vars and plugins
Set the SMTP vars to use the unauthenticated SMTP relay from google.
This has been set up by the gsuite admin to accept connections based
on the IP of the server.
Also added the plugins vars in preparation for the OAuth2 integration
for CheckIn
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The playbook uses a role which has some dependencies including an nginx role. This needs a variable for which sites you want to enable on the nginx server. This should be put in group_vars, but for some reason ansible is not picking this up.
The text was updated successfully, but these errors were encountered: