16 lines
380 B
YAML
16 lines
380 B
YAML
---
|
|
# defaults file for roles/init_lxd
|
|
|
|
lxd_init_template_config_path: "templates/default_config.yml.j2"
|
|
lxd_init_template_processed_path: "/tmp/default_config.yml"
|
|
|
|
## LXD Default
|
|
lxd_project_name: "default"
|
|
# - Storage
|
|
storage_pool_name: "default"
|
|
storage_pool_driver: "zfs"
|
|
storage_pool_size: "20GB"
|
|
storage_pool_source: "/dev/xvdb"
|
|
# - Network
|
|
network_default_name: "bridge1"
|