Introduce onlyoffice
This commit is contained in:
parent
c2964e1707
commit
73db1dd077
6 changed files with 75 additions and 0 deletions
12
inventories/chaosknoten/host_vars/onlyoffice.yaml
Normal file
12
inventories/chaosknoten/host_vars/onlyoffice.yaml
Normal 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: [ ]
|
Loading…
Add table
Add a link
Reference in a new issue