diff options
author | Michael Scherer <misc@redhat.com> | 2021-04-20 16:23:17 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2021-04-20 16:23:17 +0200 |
commit | f7c1a22758671df53783b46549784c9f562910bf (patch) | |
tree | a0576ff89fe41f23790056d7eb89f01fdbd944ac /playbooks | |
parent | 67f687bb5704b3e236824527477d766457bf6847 (diff) |
Force TLS
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index 1b0e23e..a4eb71b 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -18,10 +18,12 @@ website_domain: www.theopensourceway.org document_root: /var/www/website use_letsencrypt: True + force_tls: True - role: httpd website_domain: theopensourceway.org redirect: https://www.theopensourceway.org/ use_letsencrypt: True + force_tls: True - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_domain: www.theopensourceway.org |