You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
331 B
13 lines
331 B
--- |
|
- import_tasks: lxd_host.yml |
|
vars: |
|
img_server: https://images.linuxcontainers.org |
|
alp_img_alias: alpine/3.13/amd64 |
|
lxc_cmd: /snap/bin/lxc |
|
lxd_subnet_pfx: 10.98.46 |
|
lxd_bridge: lxdbr0 |
|
tmp_pubkey: /tmp/controller_key_rsa.pub |
|
host_iface: enp2s0 |
|
host_cidr: '192.168.11.0/24' |
|
do_routing: false |
|
|
|
|