This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add 'setup-ssl' tag to matrix-nginx-proxy
So that it is possible to deal with Let's encrypt certificates when targeting setup-ssl
pull/1876/head
ZzMzaw
3 years ago
parent
fc42425baf
commit
5ce2abb795
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-nginx-proxy/tasks/main.yml
+ 1
- 0
roles/matrix-nginx-proxy/tasks/main.yml
View File
@@ -11,6 +11,7 @@
tags:
- setup-all
- setup-nginx-proxy
- setup-ssl
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ssl/main.yml"
when: run_setup | bool
Write
Preview
Loading…
Cancel
Save