deploy an engelsystem named AES
This commit is contained in:
parent
b536e5c2fb
commit
d5285a3fd2
6 changed files with 129 additions and 0 deletions
14
inventories/z9/host_vars/engelsystem.yaml
Normal file
14
inventories/z9/host_vars/engelsystem.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'configs/engelsystem/compose.yaml') }}"
|
||||
docker_compose__configuration_files: []
|
||||
|
||||
cert__acme_account_email: j+letsencrypt-ccchh@jsts.xyz
|
||||
cert__domains:
|
||||
- "aes.ccchh.net"
|
||||
cert__bind_9_host: authoritative-dns
|
||||
cert__bind_9_zone: ccchh.net
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: true
|
||||
nginx__configurations:
|
||||
- name: aes.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/engelsystem/nginx/aes.ccchh.net.conf') }}"
|
|
@ -34,3 +34,6 @@ all:
|
|||
mailserver-endpoint:
|
||||
ansible_host: mailserver-endpoint.ccchh.net
|
||||
ansible_user: chaos
|
||||
engelsystem:
|
||||
ansible_host: engelsystem.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue