mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
39 lines
648 B
YAML
39 lines
648 B
YAML
|
config:
|
||
|
core.https_address: 192.168.64.5:8443
|
||
|
core.trust_password: "1"
|
||
|
networks:
|
||
|
- config:
|
||
|
bridge.mode: fan
|
||
|
fan.underlay_subnet: auto
|
||
|
description: ""
|
||
|
name: lxdfan0
|
||
|
type: ""
|
||
|
project: default
|
||
|
storage_pools:
|
||
|
- config:
|
||
|
size: 50GB
|
||
|
description: ""
|
||
|
name: local
|
||
|
driver: zfs
|
||
|
profiles:
|
||
|
- config: {}
|
||
|
description: ""
|
||
|
devices:
|
||
|
eth0:
|
||
|
name: eth0
|
||
|
network: lxdfan0
|
||
|
type: nic
|
||
|
root:
|
||
|
path: /
|
||
|
pool: local
|
||
|
type: disk
|
||
|
name: default
|
||
|
cluster:
|
||
|
server_name: metal0
|
||
|
enabled: true
|
||
|
member_config: []
|
||
|
cluster_address: ""
|
||
|
cluster_certificate: ""
|
||
|
server_address: ""
|
||
|
cluster_password: ""
|