Remove Engelsystem host, since it doesn't exist anymore
This commit is contained in:
parent
7468b4d8f6
commit
c5d40fbb7b
|
@ -1,12 +0,0 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/engelsystem/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: []
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "aes.ccchh.net"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: aes.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/engelsystem/nginx/aes.ccchh.net.conf') }}"
|
|
@ -4,7 +4,6 @@ all:
|
|||
hosts:
|
||||
pad:
|
||||
keycloak:
|
||||
engelsystem:
|
||||
wiki:
|
||||
onlyoffice:
|
||||
debian_12:
|
||||
|
@ -26,10 +25,6 @@ all:
|
|||
ansible_host: keycloak-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
||||
engelsystem:
|
||||
ansible_host: aes-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
||||
wiki:
|
||||
ansible_host: wiki-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
@ -42,7 +37,6 @@ all:
|
|||
hosts:
|
||||
pad:
|
||||
keycloak:
|
||||
engelsystem:
|
||||
onlyoffice:
|
||||
nextcloud_hosts:
|
||||
hosts:
|
||||
|
@ -52,7 +46,6 @@ all:
|
|||
pad:
|
||||
public-reverse-proxy:
|
||||
keycloak:
|
||||
engelsystem:
|
||||
wiki:
|
||||
onlyoffice:
|
||||
public_reverse_proxy_hosts:
|
||||
|
|
Loading…
Reference in a new issue