Migrate Wiki from ThinkCCCluster to Chaosknoten
Also do the redirect for DNS cache stuff like with aes.
This commit is contained in:
parent
d256082221
commit
d16da59fd7
8 changed files with 12 additions and 10 deletions
9
inventories/chaosknoten/host_vars/wiki.yaml
Normal file
9
inventories/chaosknoten/host_vars/wiki.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: wiki.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/wiki/nginx/wiki.ccchh.net.conf') }}"
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "wiki.ccchh.net"
|
|
@ -6,6 +6,7 @@ all:
|
|||
pad:
|
||||
keycloak:
|
||||
engelsystem:
|
||||
wiki:
|
||||
debian_12:
|
||||
hosts:
|
||||
cloud:
|
||||
|
@ -30,6 +31,10 @@ all:
|
|||
ansible_host: aes-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666
|
||||
wiki:
|
||||
ansible_host: wiki-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
cloud:
|
||||
|
@ -46,9 +51,11 @@ all:
|
|||
public-reverse-proxy:
|
||||
keycloak:
|
||||
engelsystem:
|
||||
wiki:
|
||||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
keycloak:
|
||||
wiki:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue