Deploy certs for keycloak-admin and id.ccchh.net using certbot role
This commit is contained in:
parent
154a7dfa02
commit
6651f4568d
5 changed files with 12 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'configs/keycloak/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
||||
cert__acme_account_email: j+letsencrypt-ccchh@jsts.xyz
|
||||
cert__domains:
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "id.ccchh.net"
|
||||
- "keycloak-admin.ccchh.net"
|
||||
cert__bind_9_host: authoritative-dns
|
||||
cert__bind_9_zone: ccchh.net
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
|
|
|
@ -52,12 +52,12 @@ all:
|
|||
cert_hosts:
|
||||
hosts:
|
||||
esphome:
|
||||
keycloak:
|
||||
wiki:
|
||||
engelsystem:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
zigbee2mqtt:
|
||||
keycloak:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue