Introduce onlyoffice

This commit is contained in:
June 2023-08-27 20:02:53 +02:00 committed by julian
commit 73db1dd077
6 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,12 @@
nginx__version_spec: ""
nginx__configurations:
- name: onlyoffice.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/onlyoffice/nginx/onlyoffice.hamburg.ccc.de.conf') }}"
certbot__version_spec: ""
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
certbot__certificate_domains:
- "onlyoffice.hamburg.ccc.de"
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/onlyoffice/compose.yaml.j2') }}"
docker_compose__configuration_files: [ ]

View file

@ -6,6 +6,7 @@ all:
keycloak:
engelsystem:
wiki:
onlyoffice:
debian_12:
hosts:
cloud:
@ -33,11 +34,16 @@ all:
ansible_host: wiki-intern.hamburg.ccc.de
ansible_user: chaos
ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666
onlyoffice:
ansible_host: onlyoffice-intern.hamburg.ccc.de
ansible_user: chaos
ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666
docker_compose_hosts:
hosts:
pad:
keycloak:
engelsystem:
onlyoffice:
nextcloud_hosts:
hosts:
cloud:
@ -48,6 +54,7 @@ all:
keycloak:
engelsystem:
wiki:
onlyoffice:
public_reverse_proxy_hosts:
hosts:
public-reverse-proxy: