refactor(bootstrap): nest network fields under system.network to match main project schema
This commit is contained in:
@@ -10,12 +10,13 @@ system:
|
||||
name: "{{ inventory_hostname }}"
|
||||
cpus: 8
|
||||
memory: 16384
|
||||
ip: "{{ ansible_host | default('') }}"
|
||||
prefix: 24
|
||||
gateway: "10.0.0.1"
|
||||
dns:
|
||||
servers:
|
||||
- "1.1.1.1"
|
||||
network:
|
||||
ip: "{{ ansible_host | default('') }}"
|
||||
prefix: 24
|
||||
gateway: "10.0.0.1"
|
||||
dns:
|
||||
servers:
|
||||
- "1.1.1.1"
|
||||
disks:
|
||||
- device: "/dev/sda"
|
||||
size: 120
|
||||
|
||||
Reference in New Issue
Block a user