mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2022-02-23 23:00
This commit is contained in:
parent
b71ca5c787
commit
175a20ac07
@ -8,16 +8,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if role_wh_proxy | default(False) %}
|
|
||||||
{% for client in wh_clients | default([]) %}
|
|
||||||
{% for app in client.apps %}
|
|
||||||
{% set app = wh_default_app | combine(app, recursive=True) %}
|
|
||||||
{% if app.letsencrypt_cert %}
|
|
||||||
{{ app.vhost | default(client.name + '-' + app.name + '.wh.fws.fr') }} {{ app.aliases | join(' ') }}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
{% if pve_letsencrypt is defined and pve_letsencrypt and inventory_hostname not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
{% if pve_letsencrypt is defined and pve_letsencrypt and inventory_hostname not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
||||||
{{ inventory_hostname }} {{ pve_cluster_vhosts | join(' ') }}
|
{{ inventory_hostname }} {{ pve_cluster_vhosts | join(' ') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -27,10 +17,7 @@
|
|||||||
{% if zcs_letsencrypt is defined and zcs_letsencrypt and inventory_hostname not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
{% if zcs_letsencrypt is defined and zcs_letsencrypt and inventory_hostname not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
||||||
{{ inventory_hostname }} {{ zcs_vhosts | default([]) | join(' ') }}
|
{{ inventory_hostname }} {{ zcs_vhosts | default([]) | join(' ') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bitwarden_letsencrypt_cert is defined and bitwarden_letsencrypt_cert == True %}
|
{% if vaultwarden_letsencrypt_cert is defined and vaultwarden_letsencrypt_cert == True and vaultwarden_public_url | urlsplit('hostname') not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
||||||
{{ bitwarden_public_url | urlsplit('hostname') }}
|
|
||||||
{% endif %}
|
|
||||||
{% if vaultwarden_letsencrypt_cert is defined and vaultwarden_letsencrypt_cert == True %}
|
|
||||||
{{ vaultwarden_public_url | urlsplit('hostname') }}
|
{{ vaultwarden_public_url | urlsplit('hostname') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if psono_letsencrypt_cert is defined and psono_letsencrypt_cert == True %}
|
{% if psono_letsencrypt_cert is defined and psono_letsencrypt_cert == True %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user