add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
4c9d582ba6
commit
af1b1906b1
14 changed files with 157 additions and 49 deletions
|
|
@ -1,21 +1,6 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/dooris/docker_compose/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
dooris__hostname: "dooris.ccchh.net"
|
||||
dooris__openid_client_id: "dooris"
|
||||
dooris__ccujack_user: "dooris"
|
||||
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certs:
|
||||
- commonName: "dooris.ccchh.net"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: "37caae1f-b77f-4eb1-aa71-dc3f7ed24360"
|
||||
apiUser: "fd42b696-a394-4e2a-8fcc-d44c9fac5d4e"
|
||||
apiKey: "{{ secret__acme_dns_api_key_dooris_ccchh_net }}"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl restart nginx.service"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: false
|
||||
nginx__configurations:
|
||||
- name: dooris.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/dooris.ccchh.net.conf') }}"
|
||||
- name: http_handler
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/http_handler.conf') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue