refactor(bootstrap): nest network fields under system.network to match main project schema
This commit is contained in:
@@ -24,16 +24,17 @@ system:
|
||||
cpus: 4
|
||||
memory: 8192
|
||||
balloon: 0
|
||||
network: "vmbr0"
|
||||
ip: "{{ inventory_hostname }}"
|
||||
prefix: 24
|
||||
gateway: "10.0.0.1"
|
||||
dns:
|
||||
servers:
|
||||
- "1.1.1.1"
|
||||
- "1.0.0.1"
|
||||
search:
|
||||
- "example.com"
|
||||
network:
|
||||
bridge: "vmbr0"
|
||||
ip: "{{ inventory_hostname }}"
|
||||
prefix: 24
|
||||
gateway: "10.0.0.1"
|
||||
dns:
|
||||
servers:
|
||||
- "1.1.1.1"
|
||||
- "1.0.0.1"
|
||||
search:
|
||||
- "example.com"
|
||||
path: "/Lab/Example"
|
||||
disks:
|
||||
- size: 80
|
||||
|
||||
Reference in New Issue
Block a user