From 9bd2c8c17a22c84da9a6ba6407c5b928d77fb469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 7 Dec 2021 15:41:02 +0000 Subject: roles/vmm: Serve autoinstall configurations via httpd --- roles/vmm/templates/httpd.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/vmm/templates/httpd.conf.j2 (limited to 'roles/vmm/templates/httpd.conf.j2') diff --git a/roles/vmm/templates/httpd.conf.j2 b/roles/vmm/templates/httpd.conf.j2 new file mode 100644 index 0000000..ed9feb6 --- /dev/null +++ b/roles/vmm/templates/httpd.conf.j2 @@ -0,0 +1,4 @@ +server "autoinstall" { + listen on * port 80 + root "/htdocs/autoinstall" +} -- cgit v1.2.3