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:
|
hosts:
|
||||||
pad:
|
pad:
|
||||||
keycloak:
|
keycloak:
|
||||||
engelsystem:
|
|
||||||
wiki:
|
wiki:
|
||||||
onlyoffice:
|
onlyoffice:
|
||||||
debian_12:
|
debian_12:
|
||||||
|
@ -26,10 +25,6 @@ all:
|
||||||
ansible_host: keycloak-intern.hamburg.ccc.de
|
ansible_host: keycloak-intern.hamburg.ccc.de
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
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:
|
wiki:
|
||||||
ansible_host: wiki-intern.hamburg.ccc.de
|
ansible_host: wiki-intern.hamburg.ccc.de
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
|
@ -42,7 +37,6 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
pad:
|
pad:
|
||||||
keycloak:
|
keycloak:
|
||||||
engelsystem:
|
|
||||||
onlyoffice:
|
onlyoffice:
|
||||||
nextcloud_hosts:
|
nextcloud_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -52,7 +46,6 @@ all:
|
||||||
pad:
|
pad:
|
||||||
public-reverse-proxy:
|
public-reverse-proxy:
|
||||||
keycloak:
|
keycloak:
|
||||||
engelsystem:
|
|
||||||
wiki:
|
wiki:
|
||||||
onlyoffice:
|
onlyoffice:
|
||||||
public_reverse_proxy_hosts:
|
public_reverse_proxy_hosts:
|
||||||
|
|
Loading…
Reference in a new issue