Migrate Engelsystem from ThinkCCCluster to Chaosknoten
This commit is contained in:
parent
993e2f2b81
commit
373b219031
7 changed files with 12 additions and 11 deletions
|
@ -1,12 +0,0 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'z9/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', 'z9/configs/engelsystem/nginx/aes.ccchh.net.conf') }}"
|
|
@ -29,9 +29,6 @@ all:
|
|||
mailserver-endpoint:
|
||||
ansible_host: mailserver-endpoint.ccchh.net
|
||||
ansible_user: chaos
|
||||
engelsystem:
|
||||
ansible_host: engelsystem.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
debian_12:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
@ -44,7 +41,6 @@ all:
|
|||
zigbee2mqtt:
|
||||
light:
|
||||
wiki:
|
||||
engelsystem:
|
||||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
@ -55,15 +51,11 @@ all:
|
|||
esphome:
|
||||
zigbee2mqtt:
|
||||
wiki:
|
||||
engelsystem:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
wiki:
|
||||
mailserver-endpoint:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
engelsystem:
|
||||
esphome_hosts:
|
||||
hosts:
|
||||
esphome:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue