netbox(host): move to new network and hostname
Some checks failed
/ Ansible Lint (push) Failing after 2m3s
Some checks failed
/ Ansible Lint (push) Failing after 2m3s
This commit is contained in:
parent
a622f21b54
commit
49e3ecb986
4 changed files with 5 additions and 5 deletions
|
|
@ -33,9 +33,9 @@ all:
|
|||
ansible_host: mumble.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
netbox:
|
||||
ansible_host: netbox-intern.hamburg.ccc.de
|
||||
ansible_host: netbox.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
onlyoffice:
|
||||
ansible_host: onlyoffice.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1k&guideline=5.6
|
||||
server {
|
||||
# Listen on a custom port for the proxy protocol.
|
||||
listen 8443 ssl http2 proxy_protocol;
|
||||
listen [::]:8443 ssl http2 proxy_protocol;
|
||||
# Make use of the ngx_http_realip_module to set the $remote_addr and
|
||||
# $remote_port to the client address and client port, when using proxy
|
||||
# protocol.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ map $host $upstream_acme_challenge_host {
|
|||
matrix.hamburg.ccc.de 172.31.17.150:31820;
|
||||
mas.hamburg.ccc.de 172.31.17.150:31820;
|
||||
element-admin.hamburg.ccc.de 172.31.17.151:31820;
|
||||
netbox.hamburg.ccc.de 172.31.17.167:31820;
|
||||
netbox.hamburg.ccc.de netbox.hosts.hamburg.ccc.de:31820;
|
||||
onlyoffice.hamburg.ccc.de onlyoffice.hosts.hamburg.ccc.de:31820;
|
||||
pad.hamburg.ccc.de pad.hosts.hamburg.ccc.de:31820;
|
||||
pretalx.hamburg.ccc.de 172.31.17.157:31820;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ stream {
|
|||
onlyoffice.hamburg.ccc.de onlyoffice.hosts.hamburg.ccc.de:8443;
|
||||
hackertours.hamburg.ccc.de 172.31.17.151:8443;
|
||||
staging.hackertours.hamburg.ccc.de 172.31.17.151:8443;
|
||||
netbox.hamburg.ccc.de 172.31.17.167:8443;
|
||||
netbox.hamburg.ccc.de netbox.hosts.hamburg.ccc.de:8443;
|
||||
matrix.hamburg.ccc.de 172.31.17.150:8443;
|
||||
mas.hamburg.ccc.de 172.31.17.150:8443;
|
||||
element-admin.hamburg.ccc.de 172.31.17.151:8443;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue