sunders(host): deploy sunders using docker compose
Some checks failed
/ Ansible Lint (push) Failing after 2m29s
Some checks failed
/ Ansible Lint (push) Failing after 2m29s
https://git.hamburg.ccc.de/CCCHH/sunders
This commit is contained in:
parent
a11ccaf16c
commit
dc6c7cbfb7
7 changed files with 123 additions and 3 deletions
13
inventories/chaosknoten/host_vars/sunders.yaml
Normal file
13
inventories/chaosknoten/host_vars/sunders.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/sunders/docker_compose/compose.yaml.j2') }}"
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "sunders.hamburg.ccc.de"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: sunders.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/sunders/nginx/sunders.hamburg.ccc.de.conf') }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue