First batch

This commit is contained in:
Stanislav Hubacek
2026-06-03 22:42:43 +02:00
parent c6fa0bff6a
commit 95d1839f05
31 changed files with 3527 additions and 485 deletions

View File

@@ -32,7 +32,7 @@ subnet 10.0.0.0 netmask 255.255.255.0 {
- Scriptable: `chain http://boot.example.com/script.ipxe`
- Embedded: iPXE ROM flashnutá přímo do NIC
### Vergleich PXE vs iPXE
### Porovnání PXE vs iPXE
| Vlastnost | PXE | iPXE |
|-----------|-----|------|
@@ -147,7 +147,7 @@ GET /redfish/v1/Chassis/1/Thermal
## Terraform pro provisioning
```
```hcl
# Terraform provider pro VMware vSphere
provider "vsphere" {
user = var.vsphere_user
@@ -193,3 +193,5 @@ Více v [CICD.md](CICD.md).
## Zdroje
Odkazy, knihy a standardy: [sources/infrastructure/sources.md](sources/infrastructure/sources.md)
*Poslední revize: 2026-06-03*