Compare commits
No commits in common. "3171aa5ead3c7e91448d1896d4da76b60390108f" and "648f49a8478eb2bf274f3b7df10edc1c200147e1" have entirely different histories.
3171aa5ead
...
648f49a847
15 changed files with 8 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ caddy_tls_use_staging: yes
|
|||
|
||||
blog_use_https: no
|
||||
caddy_use_https: no
|
||||
forgejo_use_https: no
|
||||
gitea_use_https: no
|
||||
landingpage_use_https: no
|
||||
miniflux_use_https: no
|
||||
monica_use_https: no
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ caddy_use_https: yes
|
|||
caddy_tls_use_staging: no
|
||||
# caddy_email: your@email.here
|
||||
|
||||
# caddy_zerossl_api_key: your-zerossl-key-here-its-free
|
||||
|
|
|
|||
|
|
@ -51,19 +51,17 @@
|
|||
{% if caddy_tls_use_staging is sameas true %}
|
||||
"ca": "https://acme-staging-v02.api.letsencrypt.org/directory",
|
||||
{% endif %}
|
||||
{%- if caddy_email is not undefined and not none %}
|
||||
{%- if caddy_email is not undefined and not none %}
|
||||
"email": "{{ caddy_email }}",
|
||||
{% endif %}
|
||||
"module": "acme"
|
||||
{%- if caddy_zerossl_api_key is not undefined and not none %}
|
||||
},
|
||||
{
|
||||
"api_key": "{{ caddy_zerossl_api_key }}",
|
||||
{%- if caddy_email is not undefined and not none %}
|
||||
"email": "{{ caddy_email }}",
|
||||
{% endif %}
|
||||
"module": "zerossl"
|
||||
}
|
||||
{% else %}
|
||||
}
|
||||
{% endif %}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
6
site.yml
6
site.yml
|
|
@ -71,10 +71,10 @@
|
|||
role: landingpage
|
||||
tags: landingpage
|
||||
|
||||
- name: Install forgejo
|
||||
- name: Install gitea
|
||||
import_role:
|
||||
role: forgejo
|
||||
tags: forgejo
|
||||
role: gitea
|
||||
tags: gitea
|
||||
|
||||
- name: Install ntfy
|
||||
import_role:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue