From a51cea75dc1b1f4795d774c315eb426b23a0c60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Sun, 12 Jan 2020 16:00:38 +0100 Subject: [PATCH] added hosts --- ansible-ctdo/inventory | 12 ++++++++++++ dhcp/ctdo.conf | 28 +++++++++++++--------------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ansible-ctdo/inventory b/ansible-ctdo/inventory index 8be912c..639d00c 100644 --- a/ansible-ctdo/inventory +++ b/ansible-ctdo/inventory @@ -39,4 +39,16 @@ node30 ansible_host=10.10.0.130 node31 ansible_host=10.10.0.131 node32 ansible_host=10.10.0.132 node33 ansible_host=10.10.0.133 +node34 ansible_host=10.10.0.134 +node35 ansible_host=10.10.0.135 +node36 ansible_host=10.10.0.136 +node37 ansible_host=10.10.0.137 +node38 ansible_host=10.10.0.138 +node39 ansible_host=10.10.0.139 +node40 ansible_host=10.10.0.140 +node41 ansible_host=10.10.0.141 +node42 ansible_host=10.10.0.142 +node43 ansible_host=10.10.0.143 + + diff --git a/dhcp/ctdo.conf b/dhcp/ctdo.conf index 6734b96..e02351e 100644 --- a/dhcp/ctdo.conf +++ b/dhcp/ctdo.conf @@ -157,16 +157,15 @@ host node35 { hardware ethernet 00:30:48:bc:86:2a; fixed-address 10.10.0.135; } -# geht leider nicht an -#host node36 { -# hardware ethernet 00:30:48:bc; -# fixed-address 10.10.0.137; -#} -# geht leider nicht an -#host node37 { -# hardware ethernet 00:30:48:bc; -# fixed-address 10.10.0.137; -#} +host node36 { + hardware ethernet 00:30:48:bc:34:80; + fixed-address 10.10.0.136; +} +host node37 { + hardware ethernet 00:30:48:bc:33:9c; + fixed-address 10.10.0.137; +} + # hat zusaetzliche Karte mit 1 Nic host node38 { hardware ethernet 00:30:48:bc:84:86; @@ -185,11 +184,10 @@ host node41 { hardware ethernet 00:30:48:bc:83:d2; fixed-address 10.10.0.141; } -# zeigt nichts an.. Netzteil klemmt -#host node42 { -# hardware ethernet 00:30:48:bc:; -# fixed-address 10.10.0.142 -#} +host node42 { + hardware ethernet 00:30:48:bc:83:d6; + fixed-address 10.10.0.142 +} host node43 { hardware ethernet 00:30:48:bc:84:be; fixed-address 10.10.0.143;