Browse Source

moved data to data_example

tags/v2.0.0
Robin Thoni 6 years ago
parent
commit
8ee64daaa1

data/apache/files/.htaccess → data_example/apache/files/.htaccess View File


data/apache/files/README → data_example/apache/files/README View File


data/apache/files/boot.ipxe → data_example/apache/files/boot.ipxe View File


data/apache/files/iso/.gitkeep → data_example/apache/files/iso/.gitkeep View File


data/apache/files/memdisk → data_example/apache/files/memdisk View File


data/apache/files/misc/splash.png → data_example/apache/files/misc/splash.png View File


data/apache/files/unix/install/.gitkeep → data_example/apache/files/unix/install/.gitkeep View File


data/apache/files/unix/live/.gitkeep → data_example/apache/files/unix/live/.gitkeep View File


data/apache/files/unix/livesquash/.gitkeep → data_example/apache/files/unix/livesquash/.gitkeep View File


data/apache/files/winpe/.gitkeep → data_example/apache/files/winpe/.gitkeep View File


data/bind/zones/common/db.example.com → data_example/bind/zones/common/db.example.com View File


data/bind/zones/external/.gitkeep → data_example/bind/zones/external/.gitkeep View File


data/bind/zones/external/db.site1.example.com → data_example/bind/zones/external/db.site1.example.com View File


data/bind/zones/internal/.gitkeep → data_example/bind/zones/internal/.gitkeep View File


data/bind/zones/internal/db.100.15.10.in-addr.arpa → data_example/bind/zones/internal/db.100.15.10.in-addr.arpa View File


data/bind/zones/internal/db.dhcp.site1.example.com → data_example/bind/zones/internal/db.dhcp.site1.example.com View File


data/bind/zones/internal/db.site1.example.com → data_example/bind/zones/internal/db.site1.example.com View File


data/bind/zones/named.conf.local.common → data_example/bind/zones/named.conf.local.common View File


data/bind/zones/named.conf.local.external → data_example/bind/zones/named.conf.local.external View File


data/bind/zones/named.conf.local.internal → data_example/bind/zones/named.conf.local.internal View File


data/isc-dhcp/config/static_ips.conf → data_example/isc-dhcp/config/static_ips.conf View File


+ 24
- 0
data_example/isc-dhcp/data/dhcpd.leases View File

@@ -0,0 +1,24 @@
1
+# The format of this file is documented in the dhcpd.leases(5) manual page.
2
+# This lease file was written by isc-dhcp-4.3.1
3
+
4
+lease 10.15.100.54 {
5
+  starts 1 2018/03/12 12:31:07;
6
+  ends 1 2018/03/12 12:41:07;
7
+  tstp 1 2018/03/12 12:41:07;
8
+  cltt 1 2018/03/12 12:31:07;
9
+  binding state free;
10
+  hardware ethernet 74:2f:68:3b:d3:ba;
11
+  uid "\001t/h;\323\272";
12
+}
13
+lease 10.15.100.55 {
14
+  starts 1 2018/03/12 15:18:41;
15
+  ends 1 2018/03/12 15:28:41;
16
+  tstp 1 2018/03/12 15:28:41;
17
+  cltt 1 2018/03/12 15:18:41;
18
+  binding state free;
19
+  hardware ethernet 14:da:e9:0e:fc:4f;
20
+  uid "\001\024\332\351\016\374O";
21
+  set ddns-rev-name = "55.100.15.10.in-addr.arpa.";
22
+  set ddns-txt = "31b93fc9347fc03ee8b440163a6886baf2";
23
+  set ddns-fwd-name = "betaclean-lt1.dhcp.site1.example.com";
24
+}

+ 24
- 0
data_example/isc-dhcp/data/dhcpd.leases~ View File

@@ -0,0 +1,24 @@
1
+# The format of this file is documented in the dhcpd.leases(5) manual page.
2
+# This lease file was written by isc-dhcp-4.3.1
3
+
4
+lease 10.15.100.54 {
5
+  starts 1 2018/03/12 12:31:07;
6
+  ends 1 2018/03/12 12:41:07;
7
+  tstp 1 2018/03/12 12:41:07;
8
+  cltt 1 2018/03/12 12:31:07;
9
+  binding state free;
10
+  hardware ethernet 74:2f:68:3b:d3:ba;
11
+  uid "\001t/h;\323\272";
12
+}
13
+lease 10.15.100.55 {
14
+  starts 1 2018/03/12 15:18:41;
15
+  ends 1 2018/03/12 15:28:41;
16
+  tstp 1 2018/03/12 15:28:41;
17
+  cltt 1 2018/03/12 15:18:41;
18
+  binding state free;
19
+  hardware ethernet 14:da:e9:0e:fc:4f;
20
+  uid "\001\024\332\351\016\374O";
21
+  set ddns-fwd-name = "betaclean-lt1.dhcp.site1.example.com";
22
+  set ddns-txt = "31b93fc9347fc03ee8b440163a6886baf2";
23
+  set ddns-rev-name = "55.100.15.10.in-addr.arpa.";
24
+}

data/tftpd/tftp/ipxe-rthoni.kpxe → data_example/tftpd/tftp/ipxe-rthoni.kpxe View File


Loading…
Cancel
Save