From 143c0cee9553f3d13abe6826ac85b64062e260f0 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 14 Nov 2021 17:09:33 +0100 Subject: [PATCH] add production and staging dhcpd --- production | 3 ++- staging | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/production b/production index 6c670f9..49acbd2 100644 --- a/production +++ b/production @@ -11,4 +11,5 @@ laptop zen-pc tablette -[Default] +[dhcp] +gaspard ansible_host=192.168.1.100 ansible_python_interpreter=/usr/bin/python3 diff --git a/staging b/staging index aba566f..0d58d48 100644 --- a/staging +++ b/staging @@ -10,6 +10,9 @@ VMAW VMDS VMAS-BUILD +[dhcp] +VMAS-BUILD ansible_host=192.168.1.53 + [server:children] VMServer