-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
39 lines (32 loc) · 859 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
lxd_setup: full
br_name: 'lxdbr0'
# http_address: '127.0.0.1:8443'
# trust_password: 'very-unique-string-here'
ipv4: {address: 'auto', nat: true}
ipv6: {address: 'auto', nat: true}
nesting_by_default: false
privileged_by_default: false
initial_config: '/usr/local/etc/lxd-init-config.yml'
lxd_init_done_file: '/var/lib/lxd/init.done'
ubuntu_minimal_remote: true
osshelp_remote: true
lxd_create_wakeup_service: false
lxd_dnsmasq_default_params: {'expand-hosts'}
lxd_set_subuid: []
lxd_set_subgid: []
remote:
target_user: 'root'
default: false
templates_dir: /usr/local/osshelp
place_cfg_template: false
lxd_packages:
- lxd=3.*
- lxd-client=3.*
- apparmor
# versions newer than 4.0.6 may break interface naming (eth0 => vethXXXXX)
lxd_liblxc_ver: '1:4.0.2-0ubuntu1'
storage_pool_dirs: []
storage_pools: [
{ name: default, driver: dir }
]