summaryrefslogtreecommitdiffstatshomepage
path: root/docs/lxd-init.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lxd-init.yaml')
-rw-r--r--docs/lxd-init.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/lxd-init.yaml b/docs/lxd-init.yaml
new file mode 100644
index 0000000..455c2af
--- /dev/null
+++ b/docs/lxd-init.yaml
@@ -0,0 +1,28 @@
+config: {}
+networks:
+ - name: lxdbr0
+ type: bridge
+ project: default
+ config:
+ ipv4.address: auto
+ ipv4.nat: "true"
+ ipv6.address: auto
+ ipv6.nat: "true"
+storage_pools:
+ - name: default
+ driver: btrfs
+ config:
+ source: /var/lib/lxd/storage-pools/default
+profiles:
+ - name: default
+ devices:
+ eth0:
+ name: eth0
+ network: lxdbr0
+ type: nic
+ root:
+ path: /
+ pool: default
+ type: disk
+projects: []
+cluster: null