14 lines
345 B
YAML
14 lines
345 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"
|
|
# - Network
|
|
network_default_name: "lxdbr0" |