From 202a02359ea647a2fde47b2bf50fc494c936ec65 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 17 Sep 2022 17:39:08 +0000 Subject: [PATCH] Fix ip address for openbsd install file web server --- playbooks/dna-gw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index 6bda529..d005408 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -92,8 +92,8 @@ dest: /etc/nginx/conf.d/172.20.20.1.conf content: | server { - listen 172.20.20.1:80; - server_name 172.20.20.1; + listen 172.20.20.10:80; + server_name 172.20.20.10; location / { location /install.conf { alias /srv/tftpboot/install.conf;