certbot für mumble dazu
This commit is contained in:
parent
4363b3d040
commit
5c4ee01e71
5 changed files with 27 additions and 1 deletions
13
inventories/chaosknoten/host_vars/mumble.yaml
Normal file
13
inventories/chaosknoten/host_vars/mumble.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/lists/compose/compose.yaml') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "mumble.hamburg.ccc.de"
|
||||
certbot__http_01_port: 80
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: mumble.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/lists/nginx/mumble.hamburg.ccc.de.conf') }}"
|
|
@ -24,6 +24,10 @@ all:
|
|||
ansible_host: lists.hamburg.ccc.de
|
||||
ansible_port: 42666
|
||||
ansible_user: chaos
|
||||
mumble:
|
||||
ansible_host: mumble.hamburg.ccc.de
|
||||
ansible_port: 42666
|
||||
ansible_user: chaos
|
||||
onlyoffice:
|
||||
ansible_host: onlyoffice-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
@ -82,6 +86,7 @@ all:
|
|||
hackertours:
|
||||
keycloak:
|
||||
lists:
|
||||
mumble:
|
||||
onlyoffice:
|
||||
pad:
|
||||
wiki:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue